Shades of Dark Khaki #C6C070
Tints of Dark Khaki #C6C070
RGB
CMYK
RGB Variations
Color information
#C6C070 (or 0xC6C070) is known color: Dark Khaki. HEX triplet: C6, C0 and 70. RGB value is (198,192,112). Sum of RGB (Red+Green+Blue) = 198+192+112=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C070 is #393F8F. Grayscale: #B9B9B9. Windows color (decimal): -3751824 or 7389382. OLE color: 7389382.
HSL color Cylindrical-coordinate representation of color #C6C070: hue angle of 55.81º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6C070 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 112 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.22 |
| HSL | 55.81º | 0.43% | 0.61% | - |
| HSV(B) | 55.81º | 0.43% | 0.78% | - |
| XYZ | 45.06 | 50.87 | 22.77 | - |
| YUV | 184.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 112 | 0 | 0.03 | 0.43 | 0.22 | 55.81 | 0.43 | 0.61 |
| Hex | C6 | C0 | 70 | 0 | 3 | 2B | 16 | 38 | 2B | 3D |
| Octal | 306 | 300 | 160 | 0 | 3 | 53 | 26 | 70 | 53 | 75 |
| Binary | 11000110 | 11000000 | 1110000 | 0 | 11 | 101011 | 10110 | 111000 | 101011 | 111101 |
Color Harmonies of #C6C070
Complementary color
Monochromatic Colors of #C6C070
Black with #C6C070
Text Example
Text Example
White with #C6C070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C070; }
p { color: rgb(198,192,112); }
H1.HeaderClassName
{
color: #C6C070;
}
.AnyTagClassName
{
color: #C6C070;
}
</style>
background-color css
<style>
a { background-color: #C6C070; }
a { background-color: rgb(198,192,112); }
div.DivClassName
{
background-color: #C6C070;
}
.BgClassName
{
background-color: #C6C070;
}
</style>
border-color css
<style>
span { border-color: #C6C070; }
span { border-color: rgb(198,192,112); }
td.TdClassName
{
border-color: #C6C070;
}
.TagClassName
{
border-color: #C6C070;
}
</style>