#C4C06D

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

Shades of Dark Khaki #C4C06D

Tints of Dark Khaki #C4C06D

Color information

#C4C06D (or 0xC4C06D) is unknown color: approx Dark Khaki. HEX triplet: C4, C0 and 6D. RGB value is (196,192,109). Sum of RGB (Red+Green+Blue) = 196+192+109=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C06D is #3B3F92. Grayscale: #B8B8B8. Windows color (decimal): -3882899 or 7192772. OLE color: 7192772.

HSL color Cylindrical-coordinate representation of color #C4C06D: hue angle of 57.24º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4C06D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196192109-
CMYK00.020.440.23
HSL57.24º42.44%59.8%-
HSV(B)57.24º44.39%76.86%-
XYZ44.3750.5421.88-
YUV183.7385.83136.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 109 (42.97% from 255) = 21.93%
R=39.44%
G=38.63%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619210900.020.440.2357.2442.4459.8
HexC4C06D022C17392a3c
Octal304300155025427715274
Binary1100010011000000110110101010110010111111001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C06D; }

 p { color: rgb(196,192,109); }

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

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

 a { background-color: rgb(196,192,109); }

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

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

 span { border-color: rgb(196,192,109); }

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