Shades of Chelsea Cucumber #86995D
Tints of Chelsea Cucumber #86995D
RGB
CMYK
RGB Variations
Color information
#86995D (or 0x86995D) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 5D. RGB value is (134,153,93). Sum of RGB (Red+Green+Blue) = 134+153+93=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #86995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86995D is #7966A2. Grayscale: #8C8C8C. Windows color (decimal): -7956131 or 6134150. OLE color: 6134150.
HSL color Cylindrical-coordinate representation of color #86995D: hue angle of 79º 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 #86995D is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 93 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.4 |
| HSL | 79º | 0.24% | 0.48% | - |
| HSV(B) | 79º | 0.39% | 0.6% | - |
| XYZ | 23.2 | 28.64 | 14.66 | - |
| YUV | 140.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 93 | 0.12 | 0 | 0.39 | 0.4 | 79 | 0.24 | 0.48 |
| Hex | 86 | 99 | 5D | C | 0 | 27 | 28 | 4F | 18 | 30 |
| Octal | 206 | 231 | 135 | 14 | 0 | 47 | 50 | 117 | 30 | 60 |
| Binary | 10000110 | 10011001 | 1011101 | 1100 | 0 | 100111 | 101000 | 1001111 | 11000 | 110000 |
Color Harmonies of #86995D
Complementary color
Monochromatic Colors of #86995D
Black with #86995D
Text Example
Text Example
White with #86995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86995D; }
p { color: rgb(134,153,93); }
H1.HeaderClassName
{
color: #86995D;
}
.AnyTagClassName
{
color: #86995D;
}
</style>
background-color css
<style>
a { background-color: #86995D; }
a { background-color: rgb(134,153,93); }
div.DivClassName
{
background-color: #86995D;
}
.BgClassName
{
background-color: #86995D;
}
</style>
border-color css
<style>
span { border-color: #86995D; }
span { border-color: rgb(134,153,93); }
td.TdClassName
{
border-color: #86995D;
}
.TagClassName
{
border-color: #86995D;
}
</style>