Shades of Dark Khaki #C6C075
Tints of Dark Khaki #C6C075
RGB
CMYK
RGB Variations
Color information
#C6C075 (or 0xC6C075) is known color: Dark Khaki. HEX triplet: C6, C0 and 75. RGB value is (198,192,117). Sum of RGB (Red+Green+Blue) = 198+192+117=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C075 is #393F8A. Grayscale: #B9B9B9. Windows color (decimal): -3751819 or 7717062. OLE color: 7717062.
HSL color Cylindrical-coordinate representation of color #C6C075: hue angle of 55.56º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6C075 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 117 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.22 |
| HSL | 55.56º | 0.42% | 0.62% | - |
| HSV(B) | 55.56º | 0.41% | 0.78% | - |
| XYZ | 45.35 | 50.99 | 24.28 | - |
| YUV | 185.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 117 | 0 | 0.03 | 0.41 | 0.22 | 55.56 | 0.42 | 0.62 |
| Hex | C6 | C0 | 75 | 0 | 3 | 29 | 16 | 38 | 2A | 3E |
| Octal | 306 | 300 | 165 | 0 | 3 | 51 | 26 | 70 | 52 | 76 |
| Binary | 11000110 | 11000000 | 1110101 | 0 | 11 | 101001 | 10110 | 111000 | 101010 | 111110 |
Color Harmonies of #C6C075
Complementary color
Monochromatic Colors of #C6C075
Black with #C6C075
Text Example
Text Example
White with #C6C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C075; }
p { color: rgb(198,192,117); }
H1.HeaderClassName
{
color: #C6C075;
}
.AnyTagClassName
{
color: #C6C075;
}
</style>
background-color css
<style>
a { background-color: #C6C075; }
a { background-color: rgb(198,192,117); }
div.DivClassName
{
background-color: #C6C075;
}
.BgClassName
{
background-color: #C6C075;
}
</style>
border-color css
<style>
span { border-color: #C6C075; }
span { border-color: rgb(198,192,117); }
td.TdClassName
{
border-color: #C6C075;
}
.TagClassName
{
border-color: #C6C075;
}
</style>