Shades of Dark Khaki #C6BF60
Tints of Dark Khaki #C6BF60
RGB
CMYK
RGB Variations
Color information
#C6BF60 (or 0xC6BF60) is known color: Dark Khaki. HEX triplet: C6, BF and 60. RGB value is (198,191,96). Sum of RGB (Red+Green+Blue) = 198+191+96=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF60 is #39409F. Grayscale: #B6B6B6. Windows color (decimal): -3752096 or 6340550. OLE color: 6340550.
HSL color Cylindrical-coordinate representation of color #C6BF60: hue angle of 55.88º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6BF60 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 96 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.22 |
| HSL | 55.88º | 0.47% | 0.58% | - |
| HSV(B) | 55.88º | 0.52% | 0.78% | - |
| XYZ | 44.03 | 50.11 | 18.42 | - |
| YUV | 182.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 96 | 0 | 0.04 | 0.52 | 0.22 | 55.88 | 0.47 | 0.58 |
| Hex | C6 | BF | 60 | 0 | 4 | 34 | 16 | 38 | 2F | 3A |
| Octal | 306 | 277 | 140 | 0 | 4 | 64 | 26 | 70 | 57 | 72 |
| Binary | 11000110 | 10111111 | 1100000 | 0 | 100 | 110100 | 10110 | 111000 | 101111 | 111010 |
Color Harmonies of #C6BF60
Complementary color
Monochromatic Colors of #C6BF60
Black with #C6BF60
Text Example
Text Example
White with #C6BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF60; }
p { color: rgb(198,191,96); }
H1.HeaderClassName
{
color: #C6BF60;
}
.AnyTagClassName
{
color: #C6BF60;
}
</style>
background-color css
<style>
a { background-color: #C6BF60; }
a { background-color: rgb(198,191,96); }
div.DivClassName
{
background-color: #C6BF60;
}
.BgClassName
{
background-color: #C6BF60;
}
</style>
border-color css
<style>
span { border-color: #C6BF60; }
span { border-color: rgb(198,191,96); }
td.TdClassName
{
border-color: #C6BF60;
}
.TagClassName
{
border-color: #C6BF60;
}
</style>