Shades of Stack #889685
Tints of Stack #889685
RGB
CMYK
RGB Variations
Color information
#889685 (or 0x889685) is known color: Stack. HEX triplet: 88, 96 and 85. RGB value is (136,150,133). Sum of RGB (Red+Green+Blue) = 136+150+133=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #889685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889685 is #77697A. Grayscale: #8F8F8F. Windows color (decimal): -7825787 or 8754824. OLE color: 8754824.
HSL color Cylindrical-coordinate representation of color #889685: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #889685 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 150 | 133 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.41 |
| HSL | 109.41º | 0.07% | 0.55% | - |
| HSV(B) | 109.41º | 0.11% | 0.59% | - |
| XYZ | 25.29 | 28.74 | 26.4 | - |
| YUV | 143.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 150 | 133 | 0.09 | 0 | 0.11 | 0.41 | 109.41 | 0.07 | 0.55 |
| Hex | 88 | 96 | 85 | 9 | 0 | B | 29 | 6D | 7 | 37 |
| Octal | 210 | 226 | 205 | 11 | 0 | 13 | 51 | 155 | 7 | 67 |
| Binary | 10001000 | 10010110 | 10000101 | 1001 | 0 | 1011 | 101001 | 1101101 | 111 | 110111 |
Color Harmonies of #889685
Complementary color
Monochromatic Colors of #889685
Black with #889685
Text Example
Text Example
White with #889685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889685; }
p { color: rgb(136,150,133); }
H1.HeaderClassName
{
color: #889685;
}
.AnyTagClassName
{
color: #889685;
}
</style>
background-color css
<style>
a { background-color: #889685; }
a { background-color: rgb(136,150,133); }
div.DivClassName
{
background-color: #889685;
}
.BgClassName
{
background-color: #889685;
}
</style>
border-color css
<style>
span { border-color: #889685; }
span { border-color: rgb(136,150,133); }
td.TdClassName
{
border-color: #889685;
}
.TagClassName
{
border-color: #889685;
}
</style>