Shades of Bitter #88906C
Tints of Bitter #88906C
RGB
CMYK
RGB Variations
Color information
#88906C (or 0x88906C) is known color: Bitter. HEX triplet: 88, 90 and 6C. RGB value is (136,144,108). Sum of RGB (Red+Green+Blue) = 136+144+108=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #88906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88906C is #776F93. Grayscale: #898989. Windows color (decimal): -7827348 or 7114888. OLE color: 7114888.
HSL color Cylindrical-coordinate representation of color #88906C: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88906C is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 108 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.44 |
| HSL | 73.33º | 0.14% | 0.49% | - |
| HSV(B) | 73.33º | 0.25% | 0.56% | - |
| XYZ | 22.83 | 26.26 | 18.05 | - |
| YUV | 137.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 108 | 0.06 | 0 | 0.25 | 0.44 | 73.33 | 0.14 | 0.49 |
| Hex | 88 | 90 | 6C | 6 | 0 | 19 | 2C | 49 | E | 31 |
| Octal | 210 | 220 | 154 | 6 | 0 | 31 | 54 | 111 | 16 | 61 |
| Binary | 10001000 | 10010000 | 1101100 | 110 | 0 | 11001 | 101100 | 1001001 | 1110 | 110001 |
Color Harmonies of #88906C
Complementary color
Monochromatic Colors of #88906C
Black with #88906C
Text Example
Text Example
White with #88906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88906C; }
p { color: rgb(136,144,108); }
H1.HeaderClassName
{
color: #88906C;
}
.AnyTagClassName
{
color: #88906C;
}
</style>
background-color css
<style>
a { background-color: #88906C; }
a { background-color: rgb(136,144,108); }
div.DivClassName
{
background-color: #88906C;
}
.BgClassName
{
background-color: #88906C;
}
</style>
border-color css
<style>
span { border-color: #88906C; }
span { border-color: rgb(136,144,108); }
td.TdClassName
{
border-color: #88906C;
}
.TagClassName
{
border-color: #88906C;
}
</style>