Shades of Stack #899586
Tints of Stack #899586
RGB
CMYK
RGB Variations
Color information
#899586 (or 0x899586) is known color: Stack. HEX triplet: 89, 95 and 86. RGB value is (137,149,134). Sum of RGB (Red+Green+Blue) = 137+149+134=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #899586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899586 is #766A79. Grayscale: #8F8F8F. Windows color (decimal): -7760506 or 8820105. OLE color: 8820105.
HSL color Cylindrical-coordinate representation of color #899586: hue angle of 108º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899586 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 134 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.42 |
| HSL | 108º | 0.07% | 0.55% | - |
| HSV(B) | 108º | 0.1% | 0.58% | - |
| XYZ | 25.37 | 28.53 | 26.72 | - |
| YUV | 143.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 134 | 0.08 | 0 | 0.10 | 0.42 | 108 | 0.07 | 0.55 |
| Hex | 89 | 95 | 86 | 8 | 0 | A | 2A | 6C | 7 | 37 |
| Octal | 211 | 225 | 206 | 10 | 0 | 12 | 52 | 154 | 7 | 67 |
| Binary | 10001001 | 10010101 | 10000110 | 1000 | 0 | 1010 | 101010 | 1101100 | 111 | 110111 |
Color Harmonies of #899586
Complementary color
Monochromatic Colors of #899586
Black with #899586
Text Example
Text Example
White with #899586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899586; }
p { color: rgb(137,149,134); }
H1.HeaderClassName
{
color: #899586;
}
.AnyTagClassName
{
color: #899586;
}
</style>
background-color css
<style>
a { background-color: #899586; }
a { background-color: rgb(137,149,134); }
div.DivClassName
{
background-color: #899586;
}
.BgClassName
{
background-color: #899586;
}
</style>
border-color css
<style>
span { border-color: #899586; }
span { border-color: rgb(137,149,134); }
td.TdClassName
{
border-color: #899586;
}
.TagClassName
{
border-color: #899586;
}
</style>