#C0B774

Color #C0B774 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C0B774

Tints of Dark Khaki #C0B774

Color information

#C0B774 (or 0xC0B774) is unknown color: approx Dark Khaki. HEX triplet: C0, B7 and 74. RGB value is (192,183,116). Sum of RGB (Red+Green+Blue) = 192+183+116=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B774 is #3F488B. Grayscale: #B2B2B2. Windows color (decimal): -4147340 or 7649216. OLE color: 7649216.

HSL color Cylindrical-coordinate representation of color #C0B774: hue angle of 52.89º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B774 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192183116-
CMYK00.050.400.25
HSL52.89º37.62%60.39%-
HSV(B)52.89º39.58%75.29%-
XYZ41.8246.3323.26-
YUV178.0592.98137.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=39.10%
G=37.27%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218311600.050.400.2552.8937.6260.39
HexC0B77405281935263c
Octal300267164055031654674
Binary11000000101101111110100010110100011001110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B774; }

 p { color: rgb(192,183,116); }

 H1.HeaderClassName
 {
   color: #C0B774;
 }
 .AnyTagClassName
 {
   color: #C0B774;
 }
</style>
background-color css

<style>
 a { background-color: #C0B774; }

 a { background-color: rgb(192,183,116); }

 div.DivClassName
 {
   background-color: #C0B774;
 }
 .BgClassName
 {
   background-color: #C0B774;
 }
</style>
border-color css

<style>
 span { border-color: #C0B774; }

 span { border-color: rgb(192,183,116); }

 td.TdClassName
 {
   border-color: #C0B774;
 }
 .TagClassName
 {
   border-color: #C0B774;
 }
</style>