Shades of Chelsea Cucumber #86995E
Tints of Chelsea Cucumber #86995E
RGB
CMYK
RGB Variations
Color information
#86995E (or 0x86995E) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 5E. RGB value is (134,153,94). Sum of RGB (Red+Green+Blue) = 134+153+94=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #86995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86995E is #7966A1. Grayscale: #8C8C8C. Windows color (decimal): -7956130 or 6199686. OLE color: 6199686.
HSL color Cylindrical-coordinate representation of color #86995E: hue angle of 79.32º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86995E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 94 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.4 |
| HSL | 79.32º | 0.24% | 0.48% | - |
| HSV(B) | 79.32º | 0.39% | 0.6% | - |
| XYZ | 23.24 | 28.66 | 14.9 | - |
| YUV | 140.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 94 | 0.12 | 0 | 0.39 | 0.4 | 79.32 | 0.24 | 0.48 |
| Hex | 86 | 99 | 5E | C | 0 | 27 | 28 | 4F | 18 | 30 |
| Octal | 206 | 231 | 136 | 14 | 0 | 47 | 50 | 117 | 30 | 60 |
| Binary | 10000110 | 10011001 | 1011110 | 1100 | 0 | 100111 | 101000 | 1001111 | 11000 | 110000 |
Color Harmonies of #86995E
Complementary color
Monochromatic Colors of #86995E
Black with #86995E
Text Example
Text Example
White with #86995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86995E; }
p { color: rgb(134,153,94); }
H1.HeaderClassName
{
color: #86995E;
}
.AnyTagClassName
{
color: #86995E;
}
</style>
background-color css
<style>
a { background-color: #86995E; }
a { background-color: rgb(134,153,94); }
div.DivClassName
{
background-color: #86995E;
}
.BgClassName
{
background-color: #86995E;
}
</style>
border-color css
<style>
span { border-color: #86995E; }
span { border-color: rgb(134,153,94); }
td.TdClassName
{
border-color: #86995E;
}
.TagClassName
{
border-color: #86995E;
}
</style>