Shades of Dark Khaki #C4B46E
Tints of Dark Khaki #C4B46E
RGB
CMYK
RGB Variations
Color information
#C4B46E (or 0xC4B46E) is known color: Dark Khaki. HEX triplet: C4, B4 and 6E. RGB value is (196,180,110). Sum of RGB (Red+Green+Blue) = 196+180+110=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B46E is #3B4B91. Grayscale: #B1B1B1. Windows color (decimal): -3885970 or 7255236. OLE color: 7255236.
HSL color Cylindrical-coordinate representation of color #C4B46E: hue angle of 48.84º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4B46E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 110 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.23 |
| HSL | 48.84º | 0.42% | 0.6% | - |
| HSV(B) | 48.84º | 0.44% | 0.77% | - |
| XYZ | 41.9 | 45.5 | 21.33 | - |
| YUV | 176.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 110 | 0 | 0.08 | 0.44 | 0.23 | 48.84 | 0.42 | 0.6 |
| Hex | C4 | B4 | 6E | 0 | 8 | 2C | 17 | 31 | 2A | 3C |
| Octal | 304 | 264 | 156 | 0 | 10 | 54 | 27 | 61 | 52 | 74 |
| Binary | 11000100 | 10110100 | 1101110 | 0 | 1000 | 101100 | 10111 | 110001 | 101010 | 111100 |
Color Harmonies of #C4B46E
Complementary color
Monochromatic Colors of #C4B46E
Black with #C4B46E
Text Example
Text Example
White with #C4B46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B46E; }
p { color: rgb(196,180,110); }
H1.HeaderClassName
{
color: #C4B46E;
}
.AnyTagClassName
{
color: #C4B46E;
}
</style>
background-color css
<style>
a { background-color: #C4B46E; }
a { background-color: rgb(196,180,110); }
div.DivClassName
{
background-color: #C4B46E;
}
.BgClassName
{
background-color: #C4B46E;
}
</style>
border-color css
<style>
span { border-color: #C4B46E; }
span { border-color: rgb(196,180,110); }
td.TdClassName
{
border-color: #C4B46E;
}
.TagClassName
{
border-color: #C4B46E;
}
</style>