Shades of Dark Khaki #C5BA67
Tints of Dark Khaki #C5BA67
RGB
CMYK
RGB Variations
Color information
#C5BA67 (or 0xC5BA67) is known color: Dark Khaki. HEX triplet: C5, BA and 67. RGB value is (197,186,103). Sum of RGB (Red+Green+Blue) = 197+186+103=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA67 is #3A4598. Grayscale: #B4B4B4. Windows color (decimal): -3818905 or 6798021. OLE color: 6798021.
HSL color Cylindrical-coordinate representation of color #C5BA67: hue angle of 52.98º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5BA67 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 103 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.23 |
| HSL | 52.98º | 0.45% | 0.59% | - |
| HSV(B) | 52.98º | 0.48% | 0.77% | - |
| XYZ | 43.03 | 47.97 | 19.82 | - |
| YUV | 179.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 103 | 0 | 0.06 | 0.48 | 0.23 | 52.98 | 0.45 | 0.59 |
| Hex | C5 | BA | 67 | 0 | 6 | 30 | 17 | 35 | 2D | 3B |
| Octal | 305 | 272 | 147 | 0 | 6 | 60 | 27 | 65 | 55 | 73 |
| Binary | 11000101 | 10111010 | 1100111 | 0 | 110 | 110000 | 10111 | 110101 | 101101 | 111011 |
Color Harmonies of #C5BA67
Complementary color
Monochromatic Colors of #C5BA67
Black with #C5BA67
Text Example
Text Example
White with #C5BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BA67; }
p { color: rgb(197,186,103); }
H1.HeaderClassName
{
color: #C5BA67;
}
.AnyTagClassName
{
color: #C5BA67;
}
</style>
background-color css
<style>
a { background-color: #C5BA67; }
a { background-color: rgb(197,186,103); }
div.DivClassName
{
background-color: #C5BA67;
}
.BgClassName
{
background-color: #C5BA67;
}
</style>
border-color css
<style>
span { border-color: #C5BA67; }
span { border-color: rgb(197,186,103); }
td.TdClassName
{
border-color: #C5BA67;
}
.TagClassName
{
border-color: #C5BA67;
}
</style>