Shades of Dark Khaki #C5BF61
Tints of Dark Khaki #C5BF61
RGB
CMYK
RGB Variations
Color information
#C5BF61 (or 0xC5BF61) is known color: Dark Khaki. HEX triplet: C5, BF and 61. RGB value is (197,191,97). Sum of RGB (Red+Green+Blue) = 197+191+97=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF61 is #3A409E. Grayscale: #B6B6B6. Windows color (decimal): -3817631 or 6406085. OLE color: 6406085.
HSL color Cylindrical-coordinate representation of color #C5BF61: hue angle of 56.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5BF61 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 97 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.23 |
| HSL | 56.4º | 0.46% | 0.58% | - |
| HSV(B) | 56.4º | 0.51% | 0.77% | - |
| XYZ | 43.81 | 49.99 | 18.65 | - |
| YUV | 182.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 97 | 0 | 0.03 | 0.51 | 0.23 | 56.4 | 0.46 | 0.58 |
| Hex | C5 | BF | 61 | 0 | 3 | 33 | 17 | 38 | 2E | 3A |
| Octal | 305 | 277 | 141 | 0 | 3 | 63 | 27 | 70 | 56 | 72 |
| Binary | 11000101 | 10111111 | 1100001 | 0 | 11 | 110011 | 10111 | 111000 | 101110 | 111010 |
Color Harmonies of #C5BF61
Complementary color
Monochromatic Colors of #C5BF61
Black with #C5BF61
Text Example
Text Example
White with #C5BF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF61; }
p { color: rgb(197,191,97); }
H1.HeaderClassName
{
color: #C5BF61;
}
.AnyTagClassName
{
color: #C5BF61;
}
</style>
background-color css
<style>
a { background-color: #C5BF61; }
a { background-color: rgb(197,191,97); }
div.DivClassName
{
background-color: #C5BF61;
}
.BgClassName
{
background-color: #C5BF61;
}
</style>
border-color css
<style>
span { border-color: #C5BF61; }
span { border-color: rgb(197,191,97); }
td.TdClassName
{
border-color: #C5BF61;
}
.TagClassName
{
border-color: #C5BF61;
}
</style>