Shades of Bitter #899069
Tints of Bitter #899069
RGB
CMYK
RGB Variations
Color information
#899069 (or 0x899069) is known color: Bitter. HEX triplet: 89, 90 and 69. RGB value is (137,144,105). Sum of RGB (Red+Green+Blue) = 137+144+105=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #899069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899069 is #766F96. Grayscale: #898989. Windows color (decimal): -7761815 or 6918281. OLE color: 6918281.
HSL color Cylindrical-coordinate representation of color #899069: hue angle of 70.77º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899069 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 144 | 105 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.44 |
| HSL | 70.77º | 0.16% | 0.49% | - |
| HSV(B) | 70.77º | 0.27% | 0.56% | - |
| XYZ | 22.84 | 26.28 | 17.23 | - |
| YUV | 137.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 144 | 105 | 0.05 | 0 | 0.27 | 0.44 | 70.77 | 0.16 | 0.49 |
| Hex | 89 | 90 | 69 | 5 | 0 | 1B | 2C | 47 | 10 | 31 |
| Octal | 211 | 220 | 151 | 5 | 0 | 33 | 54 | 107 | 20 | 61 |
| Binary | 10001001 | 10010000 | 1101001 | 101 | 0 | 11011 | 101100 | 1000111 | 10000 | 110001 |
Color Harmonies of #899069
Complementary color
Monochromatic Colors of #899069
Black with #899069
Text Example
Text Example
White with #899069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899069; }
p { color: rgb(137,144,105); }
H1.HeaderClassName
{
color: #899069;
}
.AnyTagClassName
{
color: #899069;
}
</style>
background-color css
<style>
a { background-color: #899069; }
a { background-color: rgb(137,144,105); }
div.DivClassName
{
background-color: #899069;
}
.BgClassName
{
background-color: #899069;
}
</style>
border-color css
<style>
span { border-color: #899069; }
span { border-color: rgb(137,144,105); }
td.TdClassName
{
border-color: #899069;
}
.TagClassName
{
border-color: #899069;
}
</style>