Shades of Stack #849586
Tints of Stack #849586
RGB
CMYK
RGB Variations
Color information
#849586 (or 0x849586) is known color: Stack. HEX triplet: 84, 95 and 86. RGB value is (132,149,134). Sum of RGB (Red+Green+Blue) = 132+149+134=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 149 - color contains mainly: green. Hex color #849586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849586 is #7B6A79. Grayscale: #8E8E8E. Windows color (decimal): -8088186 or 8820100. OLE color: 8820100.
HSL color Cylindrical-coordinate representation of color #849586: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849586 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 134 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.42 |
| HSL | 127.06º | 0.07% | 0.55% | - |
| HSV(B) | 127.06º | 0.11% | 0.58% | - |
| XYZ | 24.57 | 28.12 | 26.69 | - |
| YUV | 142.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 134 | 0.11 | 0 | 0.10 | 0.42 | 127.06 | 0.07 | 0.55 |
| Hex | 84 | 95 | 86 | B | 0 | A | 2A | 7F | 7 | 37 |
| Octal | 204 | 225 | 206 | 13 | 0 | 12 | 52 | 177 | 7 | 67 |
| Binary | 10000100 | 10010101 | 10000110 | 1011 | 0 | 1010 | 101010 | 1111111 | 111 | 110111 |
Color Harmonies of #849586
Complementary color
Monochromatic Colors of #849586
Black with #849586
Text Example
Text Example
White with #849586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849586; }
p { color: rgb(132,149,134); }
H1.HeaderClassName
{
color: #849586;
}
.AnyTagClassName
{
color: #849586;
}
</style>
background-color css
<style>
a { background-color: #849586; }
a { background-color: rgb(132,149,134); }
div.DivClassName
{
background-color: #849586;
}
.BgClassName
{
background-color: #849586;
}
</style>
border-color css
<style>
span { border-color: #849586; }
span { border-color: rgb(132,149,134); }
td.TdClassName
{
border-color: #849586;
}
.TagClassName
{
border-color: #849586;
}
</style>