Shades of Bitter #89906A
Tints of Bitter #89906A
RGB
CMYK
RGB Variations
Color information
#89906A (or 0x89906A) is known color: Bitter. HEX triplet: 89, 90 and 6A. RGB value is (137,144,106). Sum of RGB (Red+Green+Blue) = 137+144+106=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #89906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89906A is #766F95. Grayscale: #898989. Windows color (decimal): -7761814 or 6983817. OLE color: 6983817.
HSL color Cylindrical-coordinate representation of color #89906A: hue angle of 71.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89906A is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 106 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.44 |
| HSL | 71.05º | 0.15% | 0.49% | - |
| HSV(B) | 71.05º | 0.26% | 0.56% | - |
| XYZ | 22.89 | 26.31 | 17.51 | - |
| YUV | 137.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 106 | 0.05 | 0 | 0.26 | 0.44 | 71.05 | 0.15 | 0.49 |
| Hex | 89 | 90 | 6A | 5 | 0 | 1A | 2C | 47 | F | 31 |
| Octal | 211 | 220 | 152 | 5 | 0 | 32 | 54 | 107 | 17 | 61 |
| Binary | 10001001 | 10010000 | 1101010 | 101 | 0 | 11010 | 101100 | 1000111 | 1111 | 110001 |
Color Harmonies of #89906A
Complementary color
Monochromatic Colors of #89906A
Black with #89906A
Text Example
Text Example
White with #89906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89906A; }
p { color: rgb(137,144,106); }
H1.HeaderClassName
{
color: #89906A;
}
.AnyTagClassName
{
color: #89906A;
}
</style>
background-color css
<style>
a { background-color: #89906A; }
a { background-color: rgb(137,144,106); }
div.DivClassName
{
background-color: #89906A;
}
.BgClassName
{
background-color: #89906A;
}
</style>
border-color css
<style>
span { border-color: #89906A; }
span { border-color: rgb(137,144,106); }
td.TdClassName
{
border-color: #89906A;
}
.TagClassName
{
border-color: #89906A;
}
</style>