#C4C369

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

Shades of Dark Khaki #C4C369

Tints of Dark Khaki #C4C369

Color information

#C4C369 (or 0xC4C369) is unknown color: approx Dark Khaki. HEX triplet: C4, C3 and 69. RGB value is (196,195,105). Sum of RGB (Red+Green+Blue) = 196+195+105=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C369 is #3B3C96. Grayscale: #B9B9B9. Windows color (decimal): -3882135 or 6931396. OLE color: 6931396.

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

Color convert

RGB196195105-
CMYK00.010.460.23
HSL59.34º43.54%59.02%-
HSV(B)59.34º46.43%76.86%-
XYZ44.8351.7921-
YUV185.0482.83135.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=39.52%
G=39.31%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619510500.010.460.2359.3443.5459.02
HexC4C369012E173b2c3b
Octal304303151015627735473
Binary110001001100001111010010110111010111111011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C369; }

 p { color: rgb(196,195,105); }

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

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

 a { background-color: rgb(196,195,105); }

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

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

 span { border-color: rgb(196,195,105); }

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