Color Hex Logo

#c6b96e Color Hex

#C6B96E
(198,185,110)
0 Favorites   0 Comments

Color spaces of #c6b96e

RGB 198185110
HSL0.140.440.60
HSV51°44°78°
CMYK 0.000.070.44   0.22
XYZ43.452147.829521.6937
Yxy47.82950.38460.4234
Hunter Lab69.1589-8.877629.8132
CIE-Lab74.7173-5.845339.5970

#c6b96e color RGB value is (198,185,110).

#c6b96e hex color red value is 198, green value is 185 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #c6b96e hue: 0.14 , saturation: 0.44 and the lightness value of c6b96e is 0.60.

The process color (four color CMYK) of #c6b96e color hex is 0.00, 0.07, 0.44, 0.22. Web safe color of #c6b96e is #cccc66. Color #c6b96e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111001 01101110
Octal 306 271 156
Decimal 198 185 110
Hex C6 B9 6E

RGB Percentages of Color #c6b96e

%40.16
%37.53
%22.31

CMYK Percentages of Color #c6b96e

%0
%7
%44
%22

Triadic Colors of #c6b96e

#c6b96e #6ec6b9 #b96ec6

Analogous Colors of #c6b96e

#c6b96e #a7c66e #c68d6e

Monochromatic Colors of #c6b96e

#c6b96e

Complementary Color

#c6b96e #6e7bc6

#c6b96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6b96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6b96e Color CSS Codes

.mybgcolor {background-color:#c6b96e; } 
.myforecolor {color:#c6b96e; }
.mybordercolor {border:3px solid #c6b96e; }

#c6b96e Text Font Color

<p style="color:#c6b96e">Text here</p>

This sample text font color is #c6b96e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6b96e Background Color

<div style="background-color:#c6b96e">
Div content here</div>

This div background color is #c6b96e


#c6b96e Border Color

<div style="border:3px solid #c6b96e">
Div here</div>

This div border color is #c6b96e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,185,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6b96e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6b96e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6b96e;
  box-shadow:         1px 1px 3px 2px #c6b96e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,185,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6b96e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6b96e;
  -webkit-box-shadow: 1px 1px 3px 2px #c6b96e;
  box-shadow:         1px 1px 3px 2px #c6b96e;">
Div content here</div>

This div box has shadow with color #c6b96e


Comments

No comments written yet.

Please login to write comment.