Changing color of a Gameobject?

Hi, i wanted to make a little human-cube.But i cant change the color to Beige.

GameObjects don’t have a color. GameObjects have renderers, and renderers have a color.

Well, that’s not true either. GameObjects have renderers, renderers have materials, and materials have colors.

So basically, you need to create a new material (use the right-click menu in the Project pane), change the color on that material, and assign the material to your object. (Easiest way to do that is to drag it from the project pane to the object in the scene view)