#C0B776

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

Shades of Dark Khaki #C0B776

Tints of Dark Khaki #C0B776

Color information

#C0B776 (or 0xC0B776) is unknown color: approx Dark Khaki. HEX triplet: C0, B7 and 76. RGB value is (192,183,118). Sum of RGB (Red+Green+Blue) = 192+183+118=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B776 is #3F4889. Grayscale: #B2B2B2. Windows color (decimal): -4147338 or 7780288. OLE color: 7780288.

HSL color Cylindrical-coordinate representation of color #C0B776: hue angle of 52.7º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0B776 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB192183118-
CMYK00.050.390.25
HSL52.7º37%60.78%-
HSV(B)52.7º38.54%75.29%-
XYZ41.9446.3823.88-
YUV178.2893.98137.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.95%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=38.95%
G=37.12%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218311800.050.390.2552.73760.78
HexC0B77605271935253d
Octal300267166054731654575
Binary11000000101101111110110010110011111001110101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B776; }

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

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

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

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

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

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

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

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