Shades of Dark Khaki #C7C66F
Tints of Dark Khaki #C7C66F
RGB
CMYK
RGB Variations
Color information
#C7C66F (or 0xC7C66F) is known color: Dark Khaki. HEX triplet: C7, C6 and 6F. RGB value is (199,198,111). Sum of RGB (Red+Green+Blue) = 199+198+111=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C66F is #383990. Grayscale: #BCBCBC. Windows color (decimal): -3684753 or 7325383. OLE color: 7325383.
HSL color Cylindrical-coordinate representation of color #C7C66F: hue angle of 59.32º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7C66F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 111 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.22 |
| HSL | 59.32º | 0.44% | 0.61% | - |
| HSV(B) | 59.32º | 0.44% | 0.78% | - |
| XYZ | 46.62 | 53.68 | 22.94 | - |
| YUV | 188.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 111 | 0 | 0.01 | 0.44 | 0.22 | 59.32 | 0.44 | 0.61 |
| Hex | C7 | C6 | 6F | 0 | 1 | 2C | 16 | 3B | 2C | 3D |
| Octal | 307 | 306 | 157 | 0 | 1 | 54 | 26 | 73 | 54 | 75 |
| Binary | 11000111 | 11000110 | 1101111 | 0 | 1 | 101100 | 10110 | 111011 | 101100 | 111101 |
Color Harmonies of #C7C66F
Complementary color
Monochromatic Colors of #C7C66F
Black with #C7C66F
Text Example
Text Example
White with #C7C66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C66F; }
p { color: rgb(199,198,111); }
H1.HeaderClassName
{
color: #C7C66F;
}
.AnyTagClassName
{
color: #C7C66F;
}
</style>
background-color css
<style>
a { background-color: #C7C66F; }
a { background-color: rgb(199,198,111); }
div.DivClassName
{
background-color: #C7C66F;
}
.BgClassName
{
background-color: #C7C66F;
}
</style>
border-color css
<style>
span { border-color: #C7C66F; }
span { border-color: rgb(199,198,111); }
td.TdClassName
{
border-color: #C7C66F;
}
.TagClassName
{
border-color: #C7C66F;
}
</style>