Shades of Stack #8B9689
Tints of Stack #8B9689
RGB
CMYK
RGB Variations
Color information
#8B9689 (or 0x8B9689) is known color: Stack. HEX triplet: 8B, 96 and 89. RGB value is (139,150,137). Sum of RGB (Red+Green+Blue) = 139+150+137=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9689 is #746976. Grayscale: #919191. Windows color (decimal): -7629175 or 9016971. OLE color: 9016971.
HSL color Cylindrical-coordinate representation of color #8B9689: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9689 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 150 | 137 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.41 |
| HSL | 110.77º | 0.06% | 0.56% | - |
| HSV(B) | 110.77º | 0.09% | 0.59% | - |
| XYZ | 26.07 | 29.11 | 27.91 | - |
| YUV | 145.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 150 | 137 | 0.07 | 0 | 0.09 | 0.41 | 110.77 | 0.06 | 0.56 |
| Hex | 8B | 96 | 89 | 7 | 0 | 9 | 29 | 6F | 6 | 38 |
| Octal | 213 | 226 | 211 | 7 | 0 | 11 | 51 | 157 | 6 | 70 |
| Binary | 10001011 | 10010110 | 10001001 | 111 | 0 | 1001 | 101001 | 1101111 | 110 | 111000 |
Color Harmonies of #8B9689
Complementary color
Monochromatic Colors of #8B9689
Black with #8B9689
Text Example
Text Example
White with #8B9689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9689; }
p { color: rgb(139,150,137); }
H1.HeaderClassName
{
color: #8B9689;
}
.AnyTagClassName
{
color: #8B9689;
}
</style>
background-color css
<style>
a { background-color: #8B9689; }
a { background-color: rgb(139,150,137); }
div.DivClassName
{
background-color: #8B9689;
}
.BgClassName
{
background-color: #8B9689;
}
</style>
border-color css
<style>
span { border-color: #8B9689; }
span { border-color: rgb(139,150,137); }
td.TdClassName
{
border-color: #8B9689;
}
.TagClassName
{
border-color: #8B9689;
}
</style>