Shades of Bitter #89916E
Tints of Bitter #89916E
RGB
CMYK
RGB Variations
Color information
#89916E (or 0x89916E) is known color: Bitter. HEX triplet: 89, 91 and 6E. RGB value is (137,145,110). Sum of RGB (Red+Green+Blue) = 137+145+110=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #89916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89916E is #766E91. Grayscale: #8A8A8A. Windows color (decimal): -7761554 or 7246217. OLE color: 7246217.
HSL color Cylindrical-coordinate representation of color #89916E: hue angle of 73.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89916E is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 145 | 110 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.43 |
| HSL | 73.71º | 0.14% | 0.5% | - |
| HSV(B) | 73.71º | 0.24% | 0.57% | - |
| XYZ | 23.26 | 26.69 | 18.68 | - |
| YUV | 138.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 110 | 0.06 | 0 | 0.24 | 0.43 | 73.71 | 0.14 | 0.5 |
| Hex | 89 | 91 | 6E | 6 | 0 | 18 | 2B | 4A | E | 32 |
| Octal | 211 | 221 | 156 | 6 | 0 | 30 | 53 | 112 | 16 | 62 |
| Binary | 10001001 | 10010001 | 1101110 | 110 | 0 | 11000 | 101011 | 1001010 | 1110 | 110010 |
Color Harmonies of #89916E
Complementary color
Monochromatic Colors of #89916E
Black with #89916E
Text Example
Text Example
White with #89916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89916E; }
p { color: rgb(137,145,110); }
H1.HeaderClassName
{
color: #89916E;
}
.AnyTagClassName
{
color: #89916E;
}
</style>
background-color css
<style>
a { background-color: #89916E; }
a { background-color: rgb(137,145,110); }
div.DivClassName
{
background-color: #89916E;
}
.BgClassName
{
background-color: #89916E;
}
</style>
border-color css
<style>
span { border-color: #89916E; }
span { border-color: rgb(137,145,110); }
td.TdClassName
{
border-color: #89916E;
}
.TagClassName
{
border-color: #89916E;
}
</style>