Shades of Bitter #898969
Tints of Bitter #898969
RGB
CMYK
RGB Variations
Color information
#898969 (or 0x898969) is known color: Bitter. HEX triplet: 89, 89 and 69. RGB value is (137,137,105). Sum of RGB (Red+Green+Blue) = 137+137+105=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898969 is #767696. Grayscale: #858585. Windows color (decimal): -7763607 or 6916489. OLE color: 6916489.
HSL color Cylindrical-coordinate representation of color #898969: hue angle of 60º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #898969 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 105 | - |
| CMYK | 0 | 0 | 0.23 | 0.46 |
| HSL | 60º | 0.13% | 0.47% | - |
| HSV(B) | 60º | 0.23% | 0.54% | - |
| XYZ | 21.81 | 24.23 | 16.89 | - |
| YUV | 133.35 | 112 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 105 | 0 | 0 | 0.23 | 0.46 | 60 | 0.13 | 0.47 |
| Hex | 89 | 89 | 69 | 0 | 0 | 17 | 2E | 3C | D | 2F |
| Octal | 211 | 211 | 151 | 0 | 0 | 27 | 56 | 74 | 15 | 57 |
| Binary | 10001001 | 10001001 | 1101001 | 0 | 0 | 10111 | 101110 | 111100 | 1101 | 101111 |
Color Harmonies of #898969
Complementary color
Monochromatic Colors of #898969
Black with #898969
Text Example
Text Example
White with #898969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898969; }
p { color: rgb(137,137,105); }
H1.HeaderClassName
{
color: #898969;
}
.AnyTagClassName
{
color: #898969;
}
</style>
background-color css
<style>
a { background-color: #898969; }
a { background-color: rgb(137,137,105); }
div.DivClassName
{
background-color: #898969;
}
.BgClassName
{
background-color: #898969;
}
</style>
border-color css
<style>
span { border-color: #898969; }
span { border-color: rgb(137,137,105); }
td.TdClassName
{
border-color: #898969;
}
.TagClassName
{
border-color: #898969;
}
</style>