Shades of Dark Khaki #C5BF6A
Tints of Dark Khaki #C5BF6A
RGB
CMYK
RGB Variations
Color information
#C5BF6A (or 0xC5BF6A) is known color: Dark Khaki. HEX triplet: C5, BF and 6A. RGB value is (197,191,106). Sum of RGB (Red+Green+Blue) = 197+191+106=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF6A is #3A4095. Grayscale: #B7B7B7. Windows color (decimal): -3817622 or 6995909. OLE color: 6995909.
HSL color Cylindrical-coordinate representation of color #C5BF6A: hue angle of 56.04º 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 #C5BF6A is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 106 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.23 |
| HSL | 56.04º | 0.44% | 0.59% | - |
| HSV(B) | 56.04º | 0.46% | 0.77% | - |
| XYZ | 44.26 | 50.17 | 20.99 | - |
| YUV | 183.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 106 | 0 | 0.03 | 0.46 | 0.23 | 56.04 | 0.44 | 0.59 |
| Hex | C5 | BF | 6A | 0 | 3 | 2E | 17 | 38 | 2C | 3B |
| Octal | 305 | 277 | 152 | 0 | 3 | 56 | 27 | 70 | 54 | 73 |
| Binary | 11000101 | 10111111 | 1101010 | 0 | 11 | 101110 | 10111 | 111000 | 101100 | 111011 |
Color Harmonies of #C5BF6A
Complementary color
Monochromatic Colors of #C5BF6A
Black with #C5BF6A
Text Example
Text Example
White with #C5BF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF6A; }
p { color: rgb(197,191,106); }
H1.HeaderClassName
{
color: #C5BF6A;
}
.AnyTagClassName
{
color: #C5BF6A;
}
</style>
background-color css
<style>
a { background-color: #C5BF6A; }
a { background-color: rgb(197,191,106); }
div.DivClassName
{
background-color: #C5BF6A;
}
.BgClassName
{
background-color: #C5BF6A;
}
</style>
border-color css
<style>
span { border-color: #C5BF6A; }
span { border-color: rgb(197,191,106); }
td.TdClassName
{
border-color: #C5BF6A;
}
.TagClassName
{
border-color: #C5BF6A;
}
</style>