Shades of Dark Khaki #C6C166
Tints of Dark Khaki #C6C166
RGB
CMYK
RGB Variations
Color information
#C6C166 (or 0xC6C166) is known color: Dark Khaki. HEX triplet: C6, C1 and 66. RGB value is (198,193,102). Sum of RGB (Red+Green+Blue) = 198+193+102=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C166 is #393E99. Grayscale: #B8B8B8. Windows color (decimal): -3751578 or 6734278. OLE color: 6734278.
HSL color Cylindrical-coordinate representation of color #C6C166: hue angle of 56.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6C166 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 102 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.22 |
| HSL | 56.88º | 0.46% | 0.59% | - |
| HSV(B) | 56.88º | 0.48% | 0.78% | - |
| XYZ | 44.76 | 51.11 | 20.08 | - |
| YUV | 184.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 102 | 0 | 0.03 | 0.48 | 0.22 | 56.88 | 0.46 | 0.59 |
| Hex | C6 | C1 | 66 | 0 | 3 | 30 | 16 | 39 | 2E | 3B |
| Octal | 306 | 301 | 146 | 0 | 3 | 60 | 26 | 71 | 56 | 73 |
| Binary | 11000110 | 11000001 | 1100110 | 0 | 11 | 110000 | 10110 | 111001 | 101110 | 111011 |
Color Harmonies of #C6C166
Complementary color
Monochromatic Colors of #C6C166
Black with #C6C166
Text Example
Text Example
White with #C6C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C166; }
p { color: rgb(198,193,102); }
H1.HeaderClassName
{
color: #C6C166;
}
.AnyTagClassName
{
color: #C6C166;
}
</style>
background-color css
<style>
a { background-color: #C6C166; }
a { background-color: rgb(198,193,102); }
div.DivClassName
{
background-color: #C6C166;
}
.BgClassName
{
background-color: #C6C166;
}
</style>
border-color css
<style>
span { border-color: #C6C166; }
span { border-color: rgb(198,193,102); }
td.TdClassName
{
border-color: #C6C166;
}
.TagClassName
{
border-color: #C6C166;
}
</style>