Shades of Stack #869985
Tints of Stack #869985
RGB
CMYK
RGB Variations
Color information
#869985 (or 0x869985) is known color: Stack. HEX triplet: 86, 99 and 85. RGB value is (134,153,133). Sum of RGB (Red+Green+Blue) = 134+153+133=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 153 - color contains mainly: green. Hex color #869985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869985 is #79667A. Grayscale: #919191. Windows color (decimal): -7956091 or 8755590. OLE color: 8755590.
HSL color Cylindrical-coordinate representation of color #869985: hue angle of 117º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #869985 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 134 | 153 | 133 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.4 |
| HSL | 117º | 0.09% | 0.56% | - |
| HSV(B) | 117º | 0.13% | 0.6% | - |
| XYZ | 25.46 | 29.54 | 26.55 | - |
| YUV | 145.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 153 | 133 | 0.12 | 0 | 0.13 | 0.4 | 117 | 0.09 | 0.56 |
| Hex | 86 | 99 | 85 | C | 0 | D | 28 | 75 | 9 | 38 |
| Octal | 206 | 231 | 205 | 14 | 0 | 15 | 50 | 165 | 11 | 70 |
| Binary | 10000110 | 10011001 | 10000101 | 1100 | 0 | 1101 | 101000 | 1110101 | 1001 | 111000 |
Color Harmonies of #869985
Complementary color
Monochromatic Colors of #869985
Black with #869985
Text Example
Text Example
White with #869985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869985; }
p { color: rgb(134,153,133); }
H1.HeaderClassName
{
color: #869985;
}
.AnyTagClassName
{
color: #869985;
}
</style>
background-color css
<style>
a { background-color: #869985; }
a { background-color: rgb(134,153,133); }
div.DivClassName
{
background-color: #869985;
}
.BgClassName
{
background-color: #869985;
}
</style>
border-color css
<style>
span { border-color: #869985; }
span { border-color: rgb(134,153,133); }
td.TdClassName
{
border-color: #869985;
}
.TagClassName
{
border-color: #869985;
}
</style>