#c9c368

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

Shades of Dark Khaki #C9C368

Tints of Dark Khaki #C9C368

Color information

#C9C368 (or 0xC9C368) is unknown color: approx Dark Khaki. HEX triplet: C9, C3 and 68. RGB value is (201,195,104). Sum of RGB (Red+Green+Blue) = 201+195+104=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C368 is #363C97. Grayscale: #BABABA. Windows color (decimal): -3554456 or 6865865. OLE color: 6865865.

HSL color Cylindrical-coordinate representation of color #C9C368: hue angle of 56.29º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9C368 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB201195104-
CMYK00.030.480.21
HSL56.29º47.32%59.8%-
HSV(B)56.29º48.26%78.82%-
XYZ46.152.4520.79-
YUV186.4281.49138.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 104 (41.02% from 255) = 20.8%
R=40.2%
G=39%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119510400.030.480.2156.2947.3259.8
HexC9C368033015382f3c
Octal311303150036025705774
Binary1100100111000011110100001111000010101111000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9c368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9c368; }

 p { color: rgb(201,195,104); }

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

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

 a { background-color: rgb(201,195,104); }

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

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

 span { border-color: rgb(201,195,104); }

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