#C0B06E

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

Shades of Dark Khaki #C0B06E

Tints of Dark Khaki #C0B06E

Color information

#C0B06E (or 0xC0B06E) is unknown color: approx Dark Khaki. HEX triplet: C0, B0 and 6E. RGB value is (192,176,110). Sum of RGB (Red+Green+Blue) = 192+176+110=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B06E is #3F4F91. Grayscale: #ADADAD. Windows color (decimal): -4149138 or 7254208. OLE color: 7254208.

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

Color convert

RGB192176110-
CMYK00.080.430.25
HSL48.29º39.42%59.22%-
HSV(B)48.29º42.71%75.29%-
XYZ40.0843.3821.01-
YUV173.2692.3141.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=40.17%
G=36.82%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217611000.080.430.2548.2939.4259.22
HexC0B06E082B1930273b
Octal3002601560105331604773
Binary110000001011000011011100100010101111001110000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B06E; }

 p { color: rgb(192,176,110); }

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

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

 a { background-color: rgb(192,176,110); }

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

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

 span { border-color: rgb(192,176,110); }

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