Shades of Dark Khaki #C1BC6B
Tints of Dark Khaki #C1BC6B
RGB
CMYK
RGB Variations
Color information
#C1BC6B (or 0xC1BC6B) is known color: Dark Khaki. HEX triplet: C1, BC and 6B. RGB value is (193,188,107). Sum of RGB (Red+Green+Blue) = 193+188+107=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC6B is #3E4394. Grayscale: #B4B4B4. Windows color (decimal): -4080533 or 7060673. OLE color: 7060673.
HSL color Cylindrical-coordinate representation of color #C1BC6B: hue angle of 56.51º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1BC6B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 107 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.24 |
| HSL | 56.51º | 0.41% | 0.59% | - |
| HSV(B) | 56.51º | 0.45% | 0.76% | - |
| XYZ | 42.63 | 48.37 | 21 | - |
| YUV | 180.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 107 | 0 | 0.03 | 0.45 | 0.24 | 56.51 | 0.41 | 0.59 |
| Hex | C1 | BC | 6B | 0 | 3 | 2D | 18 | 39 | 29 | 3B |
| Octal | 301 | 274 | 153 | 0 | 3 | 55 | 30 | 71 | 51 | 73 |
| Binary | 11000001 | 10111100 | 1101011 | 0 | 11 | 101101 | 11000 | 111001 | 101001 | 111011 |
Color Harmonies of #C1BC6B
Complementary color
Monochromatic Colors of #C1BC6B
Black with #C1BC6B
Text Example
Text Example
White with #C1BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC6B; }
p { color: rgb(193,188,107); }
H1.HeaderClassName
{
color: #C1BC6B;
}
.AnyTagClassName
{
color: #C1BC6B;
}
</style>
background-color css
<style>
a { background-color: #C1BC6B; }
a { background-color: rgb(193,188,107); }
div.DivClassName
{
background-color: #C1BC6B;
}
.BgClassName
{
background-color: #C1BC6B;
}
</style>
border-color css
<style>
span { border-color: #C1BC6B; }
span { border-color: rgb(193,188,107); }
td.TdClassName
{
border-color: #C1BC6B;
}
.TagClassName
{
border-color: #C1BC6B;
}
</style>