Shades of Dark Khaki #C6BA66
Tints of Dark Khaki #C6BA66
RGB
CMYK
RGB Variations
Color information
#C6BA66 (or 0xC6BA66) is known color: Dark Khaki. HEX triplet: C6, BA and 66. RGB value is (198,186,102). Sum of RGB (Red+Green+Blue) = 198+186+102=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA66 is #394599. Grayscale: #B4B4B4. Windows color (decimal): -3753370 or 6732486. OLE color: 6732486.
HSL color Cylindrical-coordinate representation of color #C6BA66: hue angle of 52.5º 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 #C6BA66 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 102 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.22 |
| HSL | 52.5º | 0.46% | 0.59% | - |
| HSV(B) | 52.5º | 0.48% | 0.78% | - |
| XYZ | 43.25 | 48.08 | 19.57 | - |
| YUV | 180.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 102 | 0 | 0.06 | 0.48 | 0.22 | 52.5 | 0.46 | 0.59 |
| Hex | C6 | BA | 66 | 0 | 6 | 30 | 16 | 34 | 2E | 3B |
| Octal | 306 | 272 | 146 | 0 | 6 | 60 | 26 | 64 | 56 | 73 |
| Binary | 11000110 | 10111010 | 1100110 | 0 | 110 | 110000 | 10110 | 110100 | 101110 | 111011 |
Color Harmonies of #C6BA66
Complementary color
Monochromatic Colors of #C6BA66
Black with #C6BA66
Text Example
Text Example
White with #C6BA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA66; }
p { color: rgb(198,186,102); }
H1.HeaderClassName
{
color: #C6BA66;
}
.AnyTagClassName
{
color: #C6BA66;
}
</style>
background-color css
<style>
a { background-color: #C6BA66; }
a { background-color: rgb(198,186,102); }
div.DivClassName
{
background-color: #C6BA66;
}
.BgClassName
{
background-color: #C6BA66;
}
</style>
border-color css
<style>
span { border-color: #C6BA66; }
span { border-color: rgb(198,186,102); }
td.TdClassName
{
border-color: #C6BA66;
}
.TagClassName
{
border-color: #C6BA66;
}
</style>