Shades of Dark Khaki #C4BA6B
Tints of Dark Khaki #C4BA6B
RGB
CMYK
RGB Variations
Color information
#C4BA6B (or 0xC4BA6B) is known color: Dark Khaki. HEX triplet: C4, BA and 6B. RGB value is (196,186,107). Sum of RGB (Red+Green+Blue) = 196+186+107=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA6B is #3B4594. Grayscale: #B4B4B4. Windows color (decimal): -3884437 or 7060164. OLE color: 7060164.
HSL color Cylindrical-coordinate representation of color #C4BA6B: hue angle of 53.26º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4BA6B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 107 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.23 |
| HSL | 53.26º | 0.43% | 0.59% | - |
| HSV(B) | 53.26º | 0.45% | 0.77% | - |
| XYZ | 42.98 | 47.92 | 20.89 | - |
| YUV | 179.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 107 | 0 | 0.05 | 0.45 | 0.23 | 53.26 | 0.43 | 0.59 |
| Hex | C4 | BA | 6B | 0 | 5 | 2D | 17 | 35 | 2B | 3B |
| Octal | 304 | 272 | 153 | 0 | 5 | 55 | 27 | 65 | 53 | 73 |
| Binary | 11000100 | 10111010 | 1101011 | 0 | 101 | 101101 | 10111 | 110101 | 101011 | 111011 |
Color Harmonies of #C4BA6B
Complementary color
Monochromatic Colors of #C4BA6B
Black with #C4BA6B
Text Example
Text Example
White with #C4BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA6B; }
p { color: rgb(196,186,107); }
H1.HeaderClassName
{
color: #C4BA6B;
}
.AnyTagClassName
{
color: #C4BA6B;
}
</style>
background-color css
<style>
a { background-color: #C4BA6B; }
a { background-color: rgb(196,186,107); }
div.DivClassName
{
background-color: #C4BA6B;
}
.BgClassName
{
background-color: #C4BA6B;
}
</style>
border-color css
<style>
span { border-color: #C4BA6B; }
span { border-color: rgb(196,186,107); }
td.TdClassName
{
border-color: #C4BA6B;
}
.TagClassName
{
border-color: #C4BA6B;
}
</style>