Shades of Dark Khaki #C4BC66
Tints of Dark Khaki #C4BC66
RGB
CMYK
RGB Variations
Color information
#C4BC66 (or 0xC4BC66) is known color: Dark Khaki. HEX triplet: C4, BC and 66. RGB value is (196,188,102). Sum of RGB (Red+Green+Blue) = 196+188+102=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC66 is #3B4399. Grayscale: #B4B4B4. Windows color (decimal): -3883930 or 6732996. OLE color: 6732996.
HSL color Cylindrical-coordinate representation of color #C4BC66: hue angle of 54.89º 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 #C4BC66 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 102 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.23 |
| HSL | 54.89º | 0.44% | 0.58% | - |
| HSV(B) | 54.89º | 0.48% | 0.77% | - |
| XYZ | 43.15 | 48.66 | 19.69 | - |
| YUV | 180.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 102 | 0 | 0.04 | 0.48 | 0.23 | 54.89 | 0.44 | 0.58 |
| Hex | C4 | BC | 66 | 0 | 4 | 30 | 17 | 37 | 2C | 3A |
| Octal | 304 | 274 | 146 | 0 | 4 | 60 | 27 | 67 | 54 | 72 |
| Binary | 11000100 | 10111100 | 1100110 | 0 | 100 | 110000 | 10111 | 110111 | 101100 | 111010 |
Color Harmonies of #C4BC66
Complementary color
Monochromatic Colors of #C4BC66
Black with #C4BC66
Text Example
Text Example
White with #C4BC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC66; }
p { color: rgb(196,188,102); }
H1.HeaderClassName
{
color: #C4BC66;
}
.AnyTagClassName
{
color: #C4BC66;
}
</style>
background-color css
<style>
a { background-color: #C4BC66; }
a { background-color: rgb(196,188,102); }
div.DivClassName
{
background-color: #C4BC66;
}
.BgClassName
{
background-color: #C4BC66;
}
</style>
border-color css
<style>
span { border-color: #C4BC66; }
span { border-color: rgb(196,188,102); }
td.TdClassName
{
border-color: #C4BC66;
}
.TagClassName
{
border-color: #C4BC66;
}
</style>