#C6C06D

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

Shades of Dark Khaki #C6C06D

Tints of Dark Khaki #C6C06D

Color information

#C6C06D (or 0xC6C06D) is unknown color: approx Dark Khaki. HEX triplet: C6, C0 and 6D. RGB value is (198,192,109). Sum of RGB (Red+Green+Blue) = 198+192+109=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C06D is #393F92. Grayscale: #B8B8B8. Windows color (decimal): -3751827 or 7192774. OLE color: 7192774.

HSL color Cylindrical-coordinate representation of color #C6C06D: hue angle of 55.96º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6C06D is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB198192109-
CMYK00.030.450.22
HSL55.96º43.84%60.2%-
HSV(B)55.96º44.95%77.65%-
XYZ44.950.8121.91-
YUV184.3385.49137.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.68%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 109 (42.97% from 255) = 21.84%
R=39.68%
G=38.48%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819210900.030.450.2255.9643.8460.2
HexC6C06D032D16382c3c
Octal306300155035526705474
Binary1100011011000000110110101110110110110111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C06D; }

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

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

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

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

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

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

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

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