#C0B965

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

Shades of Dark Khaki #C0B965

Tints of Dark Khaki #C0B965

Color information

#C0B965 (or 0xC0B965) is unknown color: approx Dark Khaki. HEX triplet: C0, B9 and 65. RGB value is (192,185,101). Sum of RGB (Red+Green+Blue) = 192+185+101=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B965 is #3F469A. Grayscale: #B1B1B1. Windows color (decimal): -4146843 or 6666688. OLE color: 6666688.

HSL color Cylindrical-coordinate representation of color #C0B965: hue angle of 55.38º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0B965 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192185101-
CMYK00.040.470.25
HSL55.38º41.94%57.45%-
HSV(B)55.38º47.4%75.29%-
XYZ41.4446.8419.17-
YUV177.5284.82138.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.17%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 101 (39.84% from 255) = 21.13%
R=40.17%
G=38.70%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218510100.040.470.2555.3841.9457.45
HexC0B965042F19372a39
Octal300271145045731675271
Binary11000000101110011100101010010111111001110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B965; }

 p { color: rgb(192,185,101); }

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

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

 a { background-color: rgb(192,185,101); }

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

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

 span { border-color: rgb(192,185,101); }

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