Shades of Dark Khaki #C4BB6B
Tints of Dark Khaki #C4BB6B
RGB
CMYK
RGB Variations
Color information
#C4BB6B (or 0xC4BB6B) is known color: Dark Khaki. HEX triplet: C4, BB and 6B. RGB value is (196,187,107). Sum of RGB (Red+Green+Blue) = 196+187+107=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 107 (42.19% from 255 or 21.84% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB6B is #3B4494. Grayscale: #B4B4B4. Windows color (decimal): -3884181 or 7060420. OLE color: 7060420.
HSL color Cylindrical-coordinate representation of color #C4BB6B: hue angle of 53.93º 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 #C4BB6B is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 107 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.23 |
| HSL | 53.93º | 0.43% | 0.59% | - |
| HSV(B) | 53.93º | 0.45% | 0.77% | - |
| XYZ | 43.19 | 48.34 | 20.96 | - |
| YUV | 180.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 107 | 0 | 0.05 | 0.45 | 0.23 | 53.93 | 0.43 | 0.59 |
| Hex | C4 | BB | 6B | 0 | 5 | 2D | 17 | 36 | 2B | 3B |
| Octal | 304 | 273 | 153 | 0 | 5 | 55 | 27 | 66 | 53 | 73 |
| Binary | 11000100 | 10111011 | 1101011 | 0 | 101 | 101101 | 10111 | 110110 | 101011 | 111011 |
Color Harmonies of #C4BB6B
Complementary color
Monochromatic Colors of #C4BB6B
Black with #C4BB6B
Text Example
Text Example
White with #C4BB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB6B; }
p { color: rgb(196,187,107); }
H1.HeaderClassName
{
color: #C4BB6B;
}
.AnyTagClassName
{
color: #C4BB6B;
}
</style>
background-color css
<style>
a { background-color: #C4BB6B; }
a { background-color: rgb(196,187,107); }
div.DivClassName
{
background-color: #C4BB6B;
}
.BgClassName
{
background-color: #C4BB6B;
}
</style>
border-color css
<style>
span { border-color: #C4BB6B; }
span { border-color: rgb(196,187,107); }
td.TdClassName
{
border-color: #C4BB6B;
}
.TagClassName
{
border-color: #C4BB6B;
}
</style>