Shades of Dark Khaki #C1BE6D
Tints of Dark Khaki #C1BE6D
RGB
CMYK
RGB Variations
Color information
#C1BE6D (or 0xC1BE6D) is known color: Dark Khaki. HEX triplet: C1, BE and 6D. RGB value is (193,190,109). Sum of RGB (Red+Green+Blue) = 193+190+109=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE6D is #3E4192. Grayscale: #B5B5B5. Windows color (decimal): -4080019 or 7192257. OLE color: 7192257.
HSL color Cylindrical-coordinate representation of color #C1BE6D: hue angle of 57.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1BE6D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 109 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.24 |
| HSL | 57.86º | 0.4% | 0.59% | - |
| HSV(B) | 57.86º | 0.44% | 0.76% | - |
| XYZ | 43.17 | 49.27 | 21.7 | - |
| YUV | 181.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 109 | 0 | 0.02 | 0.44 | 0.24 | 57.86 | 0.4 | 0.59 |
| Hex | C1 | BE | 6D | 0 | 2 | 2C | 18 | 3A | 28 | 3B |
| Octal | 301 | 276 | 155 | 0 | 2 | 54 | 30 | 72 | 50 | 73 |
| Binary | 11000001 | 10111110 | 1101101 | 0 | 10 | 101100 | 11000 | 111010 | 101000 | 111011 |
Color Harmonies of #C1BE6D
Complementary color
Monochromatic Colors of #C1BE6D
Black with #C1BE6D
Text Example
Text Example
White with #C1BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE6D; }
p { color: rgb(193,190,109); }
H1.HeaderClassName
{
color: #C1BE6D;
}
.AnyTagClassName
{
color: #C1BE6D;
}
</style>
background-color css
<style>
a { background-color: #C1BE6D; }
a { background-color: rgb(193,190,109); }
div.DivClassName
{
background-color: #C1BE6D;
}
.BgClassName
{
background-color: #C1BE6D;
}
</style>
border-color css
<style>
span { border-color: #C1BE6D; }
span { border-color: rgb(193,190,109); }
td.TdClassName
{
border-color: #C1BE6D;
}
.TagClassName
{
border-color: #C1BE6D;
}
</style>