Shades of Bitter #88896D
Tints of Bitter #88896D
RGB
CMYK
RGB Variations
Color information
#88896D (or 0x88896D) is known color: Bitter. HEX triplet: 88, 89 and 6D. RGB value is (136,137,109). Sum of RGB (Red+Green+Blue) = 136+137+109=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #88896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88896D is #777692. Grayscale: #858585. Windows color (decimal): -7829139 or 7178632. OLE color: 7178632.
HSL color Cylindrical-coordinate representation of color #88896D: hue angle of 62.14º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88896D is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 137 | 109 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.46 |
| HSL | 62.14º | 0.11% | 0.48% | - |
| HSV(B) | 62.14º | 0.2% | 0.54% | - |
| XYZ | 21.86 | 24.23 | 17.99 | - |
| YUV | 133.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 137 | 109 | 0.01 | 0 | 0.20 | 0.46 | 62.14 | 0.11 | 0.48 |
| Hex | 88 | 89 | 6D | 1 | 0 | 14 | 2E | 3E | B | 30 |
| Octal | 210 | 211 | 155 | 1 | 0 | 24 | 56 | 76 | 13 | 60 |
| Binary | 10001000 | 10001001 | 1101101 | 1 | 0 | 10100 | 101110 | 111110 | 1011 | 110000 |
Color Harmonies of #88896D
Complementary color
Monochromatic Colors of #88896D
Black with #88896D
Text Example
Text Example
White with #88896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88896D; }
p { color: rgb(136,137,109); }
H1.HeaderClassName
{
color: #88896D;
}
.AnyTagClassName
{
color: #88896D;
}
</style>
background-color css
<style>
a { background-color: #88896D; }
a { background-color: rgb(136,137,109); }
div.DivClassName
{
background-color: #88896D;
}
.BgClassName
{
background-color: #88896D;
}
</style>
border-color css
<style>
span { border-color: #88896D; }
span { border-color: rgb(136,137,109); }
td.TdClassName
{
border-color: #88896D;
}
.TagClassName
{
border-color: #88896D;
}
</style>