Shades of Dark Khaki #C4BF66
Tints of Dark Khaki #C4BF66
RGB
CMYK
RGB Variations
Color information
#C4BF66 (or 0xC4BF66) is known color: Dark Khaki. HEX triplet: C4, BF and 66. RGB value is (196,191,102). Sum of RGB (Red+Green+Blue) = 196+191+102=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF66 is #3B4099. Grayscale: #B6B6B6. Windows color (decimal): -3883162 or 6733764. OLE color: 6733764.
HSL color Cylindrical-coordinate representation of color #C4BF66: hue angle of 56.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4BF66 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 102 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.23 |
| HSL | 56.81º | 0.44% | 0.58% | - |
| HSV(B) | 56.81º | 0.48% | 0.77% | - |
| XYZ | 43.79 | 49.96 | 19.9 | - |
| YUV | 182.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 102 | 0 | 0.03 | 0.48 | 0.23 | 56.81 | 0.44 | 0.58 |
| Hex | C4 | BF | 66 | 0 | 3 | 30 | 17 | 39 | 2C | 3A |
| Octal | 304 | 277 | 146 | 0 | 3 | 60 | 27 | 71 | 54 | 72 |
| Binary | 11000100 | 10111111 | 1100110 | 0 | 11 | 110000 | 10111 | 111001 | 101100 | 111010 |
Color Harmonies of #C4BF66
Complementary color
Monochromatic Colors of #C4BF66
Black with #C4BF66
Text Example
Text Example
White with #C4BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF66; }
p { color: rgb(196,191,102); }
H1.HeaderClassName
{
color: #C4BF66;
}
.AnyTagClassName
{
color: #C4BF66;
}
</style>
background-color css
<style>
a { background-color: #C4BF66; }
a { background-color: rgb(196,191,102); }
div.DivClassName
{
background-color: #C4BF66;
}
.BgClassName
{
background-color: #C4BF66;
}
</style>
border-color css
<style>
span { border-color: #C4BF66; }
span { border-color: rgb(196,191,102); }
td.TdClassName
{
border-color: #C4BF66;
}
.TagClassName
{
border-color: #C4BF66;
}
</style>