Shades of Dark Khaki #C5BB6A
Tints of Dark Khaki #C5BB6A
RGB
CMYK
RGB Variations
Color information
#C5BB6A (or 0xC5BB6A) is known color: Dark Khaki. HEX triplet: C5, BB and 6A. RGB value is (197,187,106). Sum of RGB (Red+Green+Blue) = 197+187+106=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB6A is #3A4495. Grayscale: #B5B5B5. Windows color (decimal): -3818646 or 6994885. OLE color: 6994885.
HSL color Cylindrical-coordinate representation of color #C5BB6A: hue angle of 53.41º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5BB6A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 187 | 106 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.23 |
| HSL | 53.41º | 0.44% | 0.59% | - |
| HSV(B) | 53.41º | 0.46% | 0.77% | - |
| XYZ | 43.4 | 48.45 | 20.7 | - |
| YUV | 180.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 106 | 0 | 0.05 | 0.46 | 0.23 | 53.41 | 0.44 | 0.59 |
| Hex | C5 | BB | 6A | 0 | 5 | 2E | 17 | 35 | 2C | 3B |
| Octal | 305 | 273 | 152 | 0 | 5 | 56 | 27 | 65 | 54 | 73 |
| Binary | 11000101 | 10111011 | 1101010 | 0 | 101 | 101110 | 10111 | 110101 | 101100 | 111011 |
Color Harmonies of #C5BB6A
Complementary color
Monochromatic Colors of #C5BB6A
Black with #C5BB6A
Text Example
Text Example
White with #C5BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BB6A; }
p { color: rgb(197,187,106); }
H1.HeaderClassName
{
color: #C5BB6A;
}
.AnyTagClassName
{
color: #C5BB6A;
}
</style>
background-color css
<style>
a { background-color: #C5BB6A; }
a { background-color: rgb(197,187,106); }
div.DivClassName
{
background-color: #C5BB6A;
}
.BgClassName
{
background-color: #C5BB6A;
}
</style>
border-color css
<style>
span { border-color: #C5BB6A; }
span { border-color: rgb(197,187,106); }
td.TdClassName
{
border-color: #C5BB6A;
}
.TagClassName
{
border-color: #C5BB6A;
}
</style>