Shades of Stack #869B84
Tints of Stack #869B84
RGB
CMYK
RGB Variations
Color information
#869B84 (or 0x869B84) is known color: Stack. HEX triplet: 86, 9B and 84. RGB value is (134,155,132). Sum of RGB (Red+Green+Blue) = 134+155+132=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #869B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B84 is #79647B. Grayscale: #929292. Windows color (decimal): -7955580 or 8690566. OLE color: 8690566.
HSL color Cylindrical-coordinate representation of color #869B84: hue angle of 114.78º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869B84 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 155 | 132 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.39 |
| HSL | 114.78º | 0.1% | 0.56% | - |
| HSV(B) | 114.78º | 0.15% | 0.61% | - |
| XYZ | 25.72 | 30.18 | 26.3 | - |
| YUV | 146.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 155 | 132 | 0.14 | 0 | 0.15 | 0.39 | 114.78 | 0.1 | 0.56 |
| Hex | 86 | 9B | 84 | E | 0 | F | 27 | 73 | A | 38 |
| Octal | 206 | 233 | 204 | 16 | 0 | 17 | 47 | 163 | 12 | 70 |
| Binary | 10000110 | 10011011 | 10000100 | 1110 | 0 | 1111 | 100111 | 1110011 | 1010 | 111000 |
Color Harmonies of #869B84
Complementary color
Monochromatic Colors of #869B84
Black with #869B84
Text Example
Text Example
White with #869B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869B84; }
p { color: rgb(134,155,132); }
H1.HeaderClassName
{
color: #869B84;
}
.AnyTagClassName
{
color: #869B84;
}
</style>
background-color css
<style>
a { background-color: #869B84; }
a { background-color: rgb(134,155,132); }
div.DivClassName
{
background-color: #869B84;
}
.BgClassName
{
background-color: #869B84;
}
</style>
border-color css
<style>
span { border-color: #869B84; }
span { border-color: rgb(134,155,132); }
td.TdClassName
{
border-color: #869B84;
}
.TagClassName
{
border-color: #869B84;
}
</style>