Shades of Dark Khaki #C6C36D
Tints of Dark Khaki #C6C36D
RGB
CMYK
RGB Variations
Color information
#C6C36D (or 0xC6C36D) is known color: Dark Khaki. HEX triplet: C6, C3 and 6D. RGB value is (198,195,109). Sum of RGB (Red+Green+Blue) = 198+195+109=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C36D is #393C92. Grayscale: #BABABA. Windows color (decimal): -3751059 or 7193542. OLE color: 7193542.
HSL color Cylindrical-coordinate representation of color #C6C36D: hue angle of 57.98º 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 #C6C36D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 109 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.22 |
| HSL | 57.98º | 0.44% | 0.6% | - |
| HSV(B) | 57.98º | 0.45% | 0.78% | - |
| XYZ | 45.56 | 52.14 | 22.13 | - |
| YUV | 186.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 109 | 0 | 0.02 | 0.45 | 0.22 | 57.98 | 0.44 | 0.6 |
| Hex | C6 | C3 | 6D | 0 | 2 | 2D | 16 | 3A | 2C | 3C |
| Octal | 306 | 303 | 155 | 0 | 2 | 55 | 26 | 72 | 54 | 74 |
| Binary | 11000110 | 11000011 | 1101101 | 0 | 10 | 101101 | 10110 | 111010 | 101100 | 111100 |
Color Harmonies of #C6C36D
Complementary color
Monochromatic Colors of #C6C36D
Black with #C6C36D
Text Example
Text Example
White with #C6C36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C36D; }
p { color: rgb(198,195,109); }
H1.HeaderClassName
{
color: #C6C36D;
}
.AnyTagClassName
{
color: #C6C36D;
}
</style>
background-color css
<style>
a { background-color: #C6C36D; }
a { background-color: rgb(198,195,109); }
div.DivClassName
{
background-color: #C6C36D;
}
.BgClassName
{
background-color: #C6C36D;
}
</style>
border-color css
<style>
span { border-color: #C6C36D; }
span { border-color: rgb(198,195,109); }
td.TdClassName
{
border-color: #C6C36D;
}
.TagClassName
{
border-color: #C6C36D;
}
</style>