Shades of Dark Khaki #C1BB6F
Tints of Dark Khaki #C1BB6F
RGB
CMYK
RGB Variations
Color information
#C1BB6F (or 0xC1BB6F) is known color: Dark Khaki. HEX triplet: C1, BB and 6F. RGB value is (193,187,111). Sum of RGB (Red+Green+Blue) = 193+187+111=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB6F is #3E4490. Grayscale: #B4B4B4. Windows color (decimal): -4080785 or 7322561. OLE color: 7322561.
HSL color Cylindrical-coordinate representation of color #C1BB6F: hue angle of 55.61º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1BB6F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 187 | 111 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.24 |
| HSL | 55.61º | 0.4% | 0.6% | - |
| HSV(B) | 55.61º | 0.42% | 0.76% | - |
| XYZ | 42.63 | 48.03 | 22.06 | - |
| YUV | 180.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 111 | 0 | 0.03 | 0.42 | 0.24 | 55.61 | 0.4 | 0.6 |
| Hex | C1 | BB | 6F | 0 | 3 | 2A | 18 | 38 | 28 | 3C |
| Octal | 301 | 273 | 157 | 0 | 3 | 52 | 30 | 70 | 50 | 74 |
| Binary | 11000001 | 10111011 | 1101111 | 0 | 11 | 101010 | 11000 | 111000 | 101000 | 111100 |
Color Harmonies of #C1BB6F
Complementary color
Monochromatic Colors of #C1BB6F
Black with #C1BB6F
Text Example
Text Example
White with #C1BB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BB6F; }
p { color: rgb(193,187,111); }
H1.HeaderClassName
{
color: #C1BB6F;
}
.AnyTagClassName
{
color: #C1BB6F;
}
</style>
background-color css
<style>
a { background-color: #C1BB6F; }
a { background-color: rgb(193,187,111); }
div.DivClassName
{
background-color: #C1BB6F;
}
.BgClassName
{
background-color: #C1BB6F;
}
</style>
border-color css
<style>
span { border-color: #C1BB6F; }
span { border-color: rgb(193,187,111); }
td.TdClassName
{
border-color: #C1BB6F;
}
.TagClassName
{
border-color: #C1BB6F;
}
</style>