Shades of Dark Khaki #C6C36A
Tints of Dark Khaki #C6C36A
RGB
CMYK
RGB Variations
Color information
#C6C36A (or 0xC6C36A) is known color: Dark Khaki. HEX triplet: C6, C3 and 6A. RGB value is (198,195,106). Sum of RGB (Red+Green+Blue) = 198+195+106=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C36A is #393C95. Grayscale: #BABABA. Windows color (decimal): -3751062 or 6996934. OLE color: 6996934.
HSL color Cylindrical-coordinate representation of color #C6C36A: hue angle of 58.04º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6C36A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 106 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.22 |
| HSL | 58.04º | 0.45% | 0.6% | - |
| HSV(B) | 58.04º | 0.46% | 0.78% | - |
| XYZ | 45.41 | 52.08 | 21.29 | - |
| YUV | 185.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 106 | 0 | 0.02 | 0.46 | 0.22 | 58.04 | 0.45 | 0.6 |
| Hex | C6 | C3 | 6A | 0 | 2 | 2E | 16 | 3A | 2D | 3C |
| Octal | 306 | 303 | 152 | 0 | 2 | 56 | 26 | 72 | 55 | 74 |
| Binary | 11000110 | 11000011 | 1101010 | 0 | 10 | 101110 | 10110 | 111010 | 101101 | 111100 |
Color Harmonies of #C6C36A
Complementary color
Monochromatic Colors of #C6C36A
Black with #C6C36A
Text Example
Text Example
White with #C6C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C36A; }
p { color: rgb(198,195,106); }
H1.HeaderClassName
{
color: #C6C36A;
}
.AnyTagClassName
{
color: #C6C36A;
}
</style>
background-color css
<style>
a { background-color: #C6C36A; }
a { background-color: rgb(198,195,106); }
div.DivClassName
{
background-color: #C6C36A;
}
.BgClassName
{
background-color: #C6C36A;
}
</style>
border-color css
<style>
span { border-color: #C6C36A; }
span { border-color: rgb(198,195,106); }
td.TdClassName
{
border-color: #C6C36A;
}
.TagClassName
{
border-color: #C6C36A;
}
</style>