Shades of Dark Khaki #C5BC6B
Tints of Dark Khaki #C5BC6B
RGB
CMYK
RGB Variations
Color information
#C5BC6B (or 0xC5BC6B) is known color: Dark Khaki. HEX triplet: C5, BC and 6B. RGB value is (197,188,107). Sum of RGB (Red+Green+Blue) = 197+188+107=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC6B is #3A4394. Grayscale: #B5B5B5. Windows color (decimal): -3818389 or 7060677. OLE color: 7060677.
HSL color Cylindrical-coordinate representation of color #C5BC6B: hue angle of 54º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5BC6B is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 107 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.23 |
| HSL | 54º | 0.44% | 0.6% | - |
| HSV(B) | 54º | 0.46% | 0.77% | - |
| XYZ | 43.66 | 48.9 | 21.05 | - |
| YUV | 181.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 107 | 0 | 0.05 | 0.46 | 0.23 | 54 | 0.44 | 0.6 |
| Hex | C5 | BC | 6B | 0 | 5 | 2E | 17 | 36 | 2C | 3C |
| Octal | 305 | 274 | 153 | 0 | 5 | 56 | 27 | 66 | 54 | 74 |
| Binary | 11000101 | 10111100 | 1101011 | 0 | 101 | 101110 | 10111 | 110110 | 101100 | 111100 |
Color Harmonies of #C5BC6B
Complementary color
Monochromatic Colors of #C5BC6B
Black with #C5BC6B
Text Example
Text Example
White with #C5BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC6B; }
p { color: rgb(197,188,107); }
H1.HeaderClassName
{
color: #C5BC6B;
}
.AnyTagClassName
{
color: #C5BC6B;
}
</style>
background-color css
<style>
a { background-color: #C5BC6B; }
a { background-color: rgb(197,188,107); }
div.DivClassName
{
background-color: #C5BC6B;
}
.BgClassName
{
background-color: #C5BC6B;
}
</style>
border-color css
<style>
span { border-color: #C5BC6B; }
span { border-color: rgb(197,188,107); }
td.TdClassName
{
border-color: #C5BC6B;
}
.TagClassName
{
border-color: #C5BC6B;
}
</style>