Shades of Stack #899686
Tints of Stack #899686
RGB
CMYK
RGB Variations
Color information
#899686 (or 0x899686) is known color: Stack. HEX triplet: 89, 96 and 86. RGB value is (137,150,134). Sum of RGB (Red+Green+Blue) = 137+150+134=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #899686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899686 is #766979. Grayscale: #909090. Windows color (decimal): -7760250 or 8820361. OLE color: 8820361.
HSL color Cylindrical-coordinate representation of color #899686: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #899686 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 134 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.41 |
| HSL | 108.75º | 0.07% | 0.56% | - |
| HSV(B) | 108.75º | 0.11% | 0.59% | - |
| XYZ | 25.53 | 28.85 | 26.78 | - |
| YUV | 144.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 134 | 0.09 | 0 | 0.11 | 0.41 | 108.75 | 0.07 | 0.56 |
| Hex | 89 | 96 | 86 | 9 | 0 | B | 29 | 6D | 7 | 38 |
| Octal | 211 | 226 | 206 | 11 | 0 | 13 | 51 | 155 | 7 | 70 |
| Binary | 10001001 | 10010110 | 10000110 | 1001 | 0 | 1011 | 101001 | 1101101 | 111 | 111000 |
Color Harmonies of #899686
Complementary color
Monochromatic Colors of #899686
Black with #899686
Text Example
Text Example
White with #899686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899686; }
p { color: rgb(137,150,134); }
H1.HeaderClassName
{
color: #899686;
}
.AnyTagClassName
{
color: #899686;
}
</style>
background-color css
<style>
a { background-color: #899686; }
a { background-color: rgb(137,150,134); }
div.DivClassName
{
background-color: #899686;
}
.BgClassName
{
background-color: #899686;
}
</style>
border-color css
<style>
span { border-color: #899686; }
span { border-color: rgb(137,150,134); }
td.TdClassName
{
border-color: #899686;
}
.TagClassName
{
border-color: #899686;
}
</style>