Shades of Bitter #88916F
Tints of Bitter #88916F
RGB
CMYK
RGB Variations
Color information
#88916F (or 0x88916F) is known color: Bitter. HEX triplet: 88, 91 and 6F. RGB value is (136,145,111). Sum of RGB (Red+Green+Blue) = 136+145+111=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #88916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88916F is #776E90. Grayscale: #8A8A8A. Windows color (decimal): -7827089 or 7311752. OLE color: 7311752.
HSL color Cylindrical-coordinate representation of color #88916F: hue angle of 75.88º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88916F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 111 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.43 |
| HSL | 75.88º | 0.13% | 0.5% | - |
| HSV(B) | 75.88º | 0.23% | 0.57% | - |
| XYZ | 23.15 | 26.63 | 18.96 | - |
| YUV | 138.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 111 | 0.06 | 0 | 0.23 | 0.43 | 75.88 | 0.13 | 0.5 |
| Hex | 88 | 91 | 6F | 6 | 0 | 17 | 2B | 4C | D | 32 |
| Octal | 210 | 221 | 157 | 6 | 0 | 27 | 53 | 114 | 15 | 62 |
| Binary | 10001000 | 10010001 | 1101111 | 110 | 0 | 10111 | 101011 | 1001100 | 1101 | 110010 |
Color Harmonies of #88916F
Complementary color
Monochromatic Colors of #88916F
Black with #88916F
Text Example
Text Example
White with #88916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88916F; }
p { color: rgb(136,145,111); }
H1.HeaderClassName
{
color: #88916F;
}
.AnyTagClassName
{
color: #88916F;
}
</style>
background-color css
<style>
a { background-color: #88916F; }
a { background-color: rgb(136,145,111); }
div.DivClassName
{
background-color: #88916F;
}
.BgClassName
{
background-color: #88916F;
}
</style>
border-color css
<style>
span { border-color: #88916F; }
span { border-color: rgb(136,145,111); }
td.TdClassName
{
border-color: #88916F;
}
.TagClassName
{
border-color: #88916F;
}
</style>