Shades of Dark Khaki #C5BF69
Tints of Dark Khaki #C5BF69
RGB
CMYK
RGB Variations
Color information
#C5BF69 (or 0xC5BF69) is known color: Dark Khaki. HEX triplet: C5, BF and 69. RGB value is (197,191,105). Sum of RGB (Red+Green+Blue) = 197+191+105=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF69 is #3A4096. Grayscale: #B7B7B7. Windows color (decimal): -3817623 or 6930373. OLE color: 6930373.
HSL color Cylindrical-coordinate representation of color #C5BF69: hue angle of 56.09º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5BF69 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 105 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.23 |
| HSL | 56.09º | 0.44% | 0.59% | - |
| HSV(B) | 56.09º | 0.47% | 0.77% | - |
| XYZ | 44.21 | 50.15 | 20.71 | - |
| YUV | 182.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 105 | 0 | 0.03 | 0.47 | 0.23 | 56.09 | 0.44 | 0.59 |
| Hex | C5 | BF | 69 | 0 | 3 | 2F | 17 | 38 | 2C | 3B |
| Octal | 305 | 277 | 151 | 0 | 3 | 57 | 27 | 70 | 54 | 73 |
| Binary | 11000101 | 10111111 | 1101001 | 0 | 11 | 101111 | 10111 | 111000 | 101100 | 111011 |
Color Harmonies of #C5BF69
Complementary color
Monochromatic Colors of #C5BF69
Black with #C5BF69
Text Example
Text Example
White with #C5BF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF69; }
p { color: rgb(197,191,105); }
H1.HeaderClassName
{
color: #C5BF69;
}
.AnyTagClassName
{
color: #C5BF69;
}
</style>
background-color css
<style>
a { background-color: #C5BF69; }
a { background-color: rgb(197,191,105); }
div.DivClassName
{
background-color: #C5BF69;
}
.BgClassName
{
background-color: #C5BF69;
}
</style>
border-color css
<style>
span { border-color: #C5BF69; }
span { border-color: rgb(197,191,105); }
td.TdClassName
{
border-color: #C5BF69;
}
.TagClassName
{
border-color: #C5BF69;
}
</style>