Shades of Stack #868986
Tints of Stack #868986
RGB
CMYK
RGB Variations
Color information
#868986 (or 0x868986) is known color: Stack. HEX triplet: 86, 89 and 86. RGB value is (134,137,134). Sum of RGB (Red+Green+Blue) = 134+137+134=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 137 - color contains mainly: green. Hex color #868986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868986 is #797679. Grayscale: #878787. Windows color (decimal): -7960186 or 8817030. OLE color: 8817030.
HSL color Cylindrical-coordinate representation of color #868986: hue angle of 120º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868986 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
RGB | 134 | 137 | 134 | - |
CMYK | 0.02 | 0 | 0.02 | 0.46 |
HSL | 120º | 0.01% | 0.53% | - |
HSV(B) | 120º | 0.02% | 0.54% | - |
XYZ | 23.08 | 24.68 | 26.1 | - |
YUV | 135.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 134 | 137 | 134 | 0.02 | 0 | 0.02 | 0.46 | 120 | 0.01 | 0.53 |
Hex | 86 | 89 | 86 | 2 | 0 | 2 | 2E | 78 | 1 | 35 |
Octal | 206 | 211 | 206 | 2 | 0 | 2 | 56 | 170 | 1 | 65 |
Binary | 10000110 | 10001001 | 10000110 | 10 | 0 | 10 | 101110 | 1111000 | 1 | 110101 |
Color Harmonies of #868986
Complementary color
Monochromatic Colors of #868986
Black with #868986
Text Example
Text Example
White with #868986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868986; }
p { color: rgb(134,137,134); }
H1.HeaderClassName
{
color: #868986;
}
.AnyTagClassName
{
color: #868986;
}
</style>
background-color css
<style>
a { background-color: #868986; }
a { background-color: rgb(134,137,134); }
div.DivClassName
{
background-color: #868986;
}
.BgClassName
{
background-color: #868986;
}
</style>
border-color css
<style>
span { border-color: #868986; }
span { border-color: rgb(134,137,134); }
td.TdClassName
{
border-color: #868986;
}
.TagClassName
{
border-color: #868986;
}
</style>