Shades of Stack #899486
Tints of Stack #899486
RGB
CMYK
RGB Variations
Color information
#899486 (or 0x899486) is known color: Stack. HEX triplet: 89, 94 and 86. RGB value is (137,148,134). Sum of RGB (Red+Green+Blue) = 137+148+134=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #899486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899486 is #766B79. Grayscale: #8F8F8F. Windows color (decimal): -7760762 or 8819849. OLE color: 8819849.
HSL color Cylindrical-coordinate representation of color #899486: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899486 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 134 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.42 |
| HSL | 107.14º | 0.06% | 0.55% | - |
| HSV(B) | 107.14º | 0.09% | 0.58% | - |
| XYZ | 25.21 | 28.22 | 26.67 | - |
| YUV | 143.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 134 | 0.07 | 0 | 0.09 | 0.42 | 107.14 | 0.06 | 0.55 |
| Hex | 89 | 94 | 86 | 7 | 0 | 9 | 2A | 6B | 6 | 37 |
| Octal | 211 | 224 | 206 | 7 | 0 | 11 | 52 | 153 | 6 | 67 |
| Binary | 10001001 | 10010100 | 10000110 | 111 | 0 | 1001 | 101010 | 1101011 | 110 | 110111 |
Color Harmonies of #899486
Complementary color
Monochromatic Colors of #899486
Black with #899486
Text Example
Text Example
White with #899486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899486; }
p { color: rgb(137,148,134); }
H1.HeaderClassName
{
color: #899486;
}
.AnyTagClassName
{
color: #899486;
}
</style>
background-color css
<style>
a { background-color: #899486; }
a { background-color: rgb(137,148,134); }
div.DivClassName
{
background-color: #899486;
}
.BgClassName
{
background-color: #899486;
}
</style>
border-color css
<style>
span { border-color: #899486; }
span { border-color: rgb(137,148,134); }
td.TdClassName
{
border-color: #899486;
}
.TagClassName
{
border-color: #899486;
}
</style>