Shades of Bitter #898968
Tints of Bitter #898968
RGB
CMYK
RGB Variations
Color information
#898968 (or 0x898968) is known color: Bitter. HEX triplet: 89, 89 and 68. RGB value is (137,137,104). Sum of RGB (Red+Green+Blue) = 137+137+104=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898968 is #767697. Grayscale: #858585. Windows color (decimal): -7763608 or 6850953. OLE color: 6850953.
HSL color Cylindrical-coordinate representation of color #898968: hue angle of 60º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #898968 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 104 | - |
| CMYK | 0 | 0 | 0.24 | 0.46 |
| HSL | 60º | 0.14% | 0.47% | - |
| HSV(B) | 60º | 0.24% | 0.54% | - |
| XYZ | 21.76 | 24.21 | 16.62 | - |
| YUV | 133.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 104 | 0 | 0 | 0.24 | 0.46 | 60 | 0.14 | 0.47 |
| Hex | 89 | 89 | 68 | 0 | 0 | 18 | 2E | 3C | E | 2F |
| Octal | 211 | 211 | 150 | 0 | 0 | 30 | 56 | 74 | 16 | 57 |
| Binary | 10001001 | 10001001 | 1101000 | 0 | 0 | 11000 | 101110 | 111100 | 1110 | 101111 |
Color Harmonies of #898968
Complementary color
Monochromatic Colors of #898968
Black with #898968
Text Example
Text Example
White with #898968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898968; }
p { color: rgb(137,137,104); }
H1.HeaderClassName
{
color: #898968;
}
.AnyTagClassName
{
color: #898968;
}
</style>
background-color css
<style>
a { background-color: #898968; }
a { background-color: rgb(137,137,104); }
div.DivClassName
{
background-color: #898968;
}
.BgClassName
{
background-color: #898968;
}
</style>
border-color css
<style>
span { border-color: #898968; }
span { border-color: rgb(137,137,104); }
td.TdClassName
{
border-color: #898968;
}
.TagClassName
{
border-color: #898968;
}
</style>