Shades of Stack #869084
Tints of Stack #869084
RGB
CMYK
RGB Variations
Color information
#869084 (or 0x869084) is known color: Stack. HEX triplet: 86, 90 and 84. RGB value is (134,144,132). Sum of RGB (Red+Green+Blue) = 134+144+132=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #869084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869084 is #796F7B. Grayscale: #8B8B8B. Windows color (decimal): -7958396 or 8687750. OLE color: 8687750.
HSL color Cylindrical-coordinate representation of color #869084: hue angle of 110º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #869084 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 144 | 132 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.44 |
| HSL | 110º | 0.05% | 0.54% | - |
| HSV(B) | 110º | 0.08% | 0.56% | - |
| XYZ | 23.97 | 26.68 | 25.72 | - |
| YUV | 139.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 144 | 132 | 0.07 | 0 | 0.08 | 0.44 | 110 | 0.05 | 0.54 |
| Hex | 86 | 90 | 84 | 7 | 0 | 8 | 2C | 6E | 5 | 36 |
| Octal | 206 | 220 | 204 | 7 | 0 | 10 | 54 | 156 | 5 | 66 |
| Binary | 10000110 | 10010000 | 10000100 | 111 | 0 | 1000 | 101100 | 1101110 | 101 | 110110 |
Color Harmonies of #869084
Complementary color
Monochromatic Colors of #869084
Black with #869084
Text Example
Text Example
White with #869084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869084; }
p { color: rgb(134,144,132); }
H1.HeaderClassName
{
color: #869084;
}
.AnyTagClassName
{
color: #869084;
}
</style>
background-color css
<style>
a { background-color: #869084; }
a { background-color: rgb(134,144,132); }
div.DivClassName
{
background-color: #869084;
}
.BgClassName
{
background-color: #869084;
}
</style>
border-color css
<style>
span { border-color: #869084; }
span { border-color: rgb(134,144,132); }
td.TdClassName
{
border-color: #869084;
}
.TagClassName
{
border-color: #869084;
}
</style>