Shades of Dark Khaki #C1BB61
Tints of Dark Khaki #C1BB61
RGB
CMYK
RGB Variations
Color information
#C1BB61 (or 0xC1BB61) is known color: Dark Khaki. HEX triplet: C1, BB and 61. RGB value is (193,187,97). Sum of RGB (Red+Green+Blue) = 193+187+97=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB61 is #3E449E. Grayscale: #B2B2B2. Windows color (decimal): -4080799 or 6405057. OLE color: 6405057.
HSL color Cylindrical-coordinate representation of color #C1BB61: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1BB61 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 97 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.24 |
| HSL | 56.25º | 0.44% | 0.57% | - |
| HSV(B) | 56.25º | 0.5% | 0.76% | - |
| XYZ | 41.92 | 47.74 | 18.31 | - |
| YUV | 178.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 97 | 0 | 0.03 | 0.50 | 0.24 | 56.25 | 0.44 | 0.57 |
| Hex | C1 | BB | 61 | 0 | 3 | 32 | 18 | 38 | 2C | 39 |
| Octal | 301 | 273 | 141 | 0 | 3 | 62 | 30 | 70 | 54 | 71 |
| Binary | 11000001 | 10111011 | 1100001 | 0 | 11 | 110010 | 11000 | 111000 | 101100 | 111001 |
Color Harmonies of #C1BB61
Complementary color
Monochromatic Colors of #C1BB61
Black with #C1BB61
Text Example
Text Example
White with #C1BB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB61; }
p { color: rgb(193,187,97); }
H1.HeaderClassName
{
color: #C1BB61;
}
.AnyTagClassName
{
color: #C1BB61;
}
</style>
background-color css
<style>
a { background-color: #C1BB61; }
a { background-color: rgb(193,187,97); }
div.DivClassName
{
background-color: #C1BB61;
}
.BgClassName
{
background-color: #C1BB61;
}
</style>
border-color css
<style>
span { border-color: #C1BB61; }
span { border-color: rgb(193,187,97); }
td.TdClassName
{
border-color: #C1BB61;
}
.TagClassName
{
border-color: #C1BB61;
}
</style>