Shades of Bitter #89896A
Tints of Bitter #89896A
RGB
CMYK
RGB Variations
Color information
#89896A (or 0x89896A) is known color: Bitter. HEX triplet: 89, 89 and 6A. RGB value is (137,137,106). Sum of RGB (Red+Green+Blue) = 137+137+106=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89896A is #767695. Grayscale: #858585. Windows color (decimal): -7763606 or 6982025. OLE color: 6982025.
HSL color Cylindrical-coordinate representation of color #89896A: hue angle of 60º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89896A is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 106 | - |
| CMYK | 0 | 0 | 0.23 | 0.46 |
| HSL | 60º | 0.13% | 0.48% | - |
| HSV(B) | 60º | 0.23% | 0.54% | - |
| XYZ | 21.86 | 24.25 | 17.16 | - |
| YUV | 133.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 106 | 0 | 0 | 0.23 | 0.46 | 60 | 0.13 | 0.48 |
| Hex | 89 | 89 | 6A | 0 | 0 | 17 | 2E | 3C | D | 30 |
| Octal | 211 | 211 | 152 | 0 | 0 | 27 | 56 | 74 | 15 | 60 |
| Binary | 10001001 | 10001001 | 1101010 | 0 | 0 | 10111 | 101110 | 111100 | 1101 | 110000 |
Color Harmonies of #89896A
Complementary color
Monochromatic Colors of #89896A
Black with #89896A
Text Example
Text Example
White with #89896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89896A; }
p { color: rgb(137,137,106); }
H1.HeaderClassName
{
color: #89896A;
}
.AnyTagClassName
{
color: #89896A;
}
</style>
background-color css
<style>
a { background-color: #89896A; }
a { background-color: rgb(137,137,106); }
div.DivClassName
{
background-color: #89896A;
}
.BgClassName
{
background-color: #89896A;
}
</style>
border-color css
<style>
span { border-color: #89896A; }
span { border-color: rgb(137,137,106); }
td.TdClassName
{
border-color: #89896A;
}
.TagClassName
{
border-color: #89896A;
}
</style>