Shades of Bitter #88916C
Tints of Bitter #88916C
RGB
CMYK
RGB Variations
Color information
#88916C (or 0x88916C) is known color: Bitter. HEX triplet: 88, 91 and 6C. RGB value is (136,145,108). Sum of RGB (Red+Green+Blue) = 136+145+108=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #88916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88916C is #776E93. Grayscale: #8A8A8A. Windows color (decimal): -7827092 or 7115144. OLE color: 7115144.
HSL color Cylindrical-coordinate representation of color #88916C: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88916C is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 145 | 108 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.43 |
| HSL | 74.59º | 0.15% | 0.5% | - |
| HSV(B) | 74.59º | 0.26% | 0.57% | - |
| XYZ | 22.99 | 26.57 | 18.1 | - |
| YUV | 138.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 108 | 0.06 | 0 | 0.26 | 0.43 | 74.59 | 0.15 | 0.5 |
| Hex | 88 | 91 | 6C | 6 | 0 | 1A | 2B | 4B | F | 32 |
| Octal | 210 | 221 | 154 | 6 | 0 | 32 | 53 | 113 | 17 | 62 |
| Binary | 10001000 | 10010001 | 1101100 | 110 | 0 | 11010 | 101011 | 1001011 | 1111 | 110010 |
Color Harmonies of #88916C
Complementary color
Monochromatic Colors of #88916C
Black with #88916C
Text Example
Text Example
White with #88916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88916C; }
p { color: rgb(136,145,108); }
H1.HeaderClassName
{
color: #88916C;
}
.AnyTagClassName
{
color: #88916C;
}
</style>
background-color css
<style>
a { background-color: #88916C; }
a { background-color: rgb(136,145,108); }
div.DivClassName
{
background-color: #88916C;
}
.BgClassName
{
background-color: #88916C;
}
</style>
border-color css
<style>
span { border-color: #88916C; }
span { border-color: rgb(136,145,108); }
td.TdClassName
{
border-color: #88916C;
}
.TagClassName
{
border-color: #88916C;
}
</style>