Shades of Bitter #888B6F
Tints of Bitter #888B6F
RGB
CMYK
RGB Variations
Color information
#888B6F (or 0x888B6F) is known color: Bitter. HEX triplet: 88, 8B and 6F. RGB value is (136,139,111). Sum of RGB (Red+Green+Blue) = 136+139+111=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #888B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B6F is #777490. Grayscale: #878787. Windows color (decimal): -7828625 or 7310216. OLE color: 7310216.
HSL color Cylindrical-coordinate representation of color #888B6F: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888B6F is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 139 | 111 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.45 |
| HSL | 66.43º | 0.11% | 0.49% | - |
| HSV(B) | 66.43º | 0.2% | 0.55% | - |
| XYZ | 22.26 | 24.85 | 18.66 | - |
| YUV | 134.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 111 | 0.02 | 0 | 0.20 | 0.45 | 66.43 | 0.11 | 0.49 |
| Hex | 88 | 8B | 6F | 2 | 0 | 14 | 2D | 42 | B | 31 |
| Octal | 210 | 213 | 157 | 2 | 0 | 24 | 55 | 102 | 13 | 61 |
| Binary | 10001000 | 10001011 | 1101111 | 10 | 0 | 10100 | 101101 | 1000010 | 1011 | 110001 |
Color Harmonies of #888B6F
Complementary color
Monochromatic Colors of #888B6F
Black with #888B6F
Text Example
Text Example
White with #888B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B6F; }
p { color: rgb(136,139,111); }
H1.HeaderClassName
{
color: #888B6F;
}
.AnyTagClassName
{
color: #888B6F;
}
</style>
background-color css
<style>
a { background-color: #888B6F; }
a { background-color: rgb(136,139,111); }
div.DivClassName
{
background-color: #888B6F;
}
.BgClassName
{
background-color: #888B6F;
}
</style>
border-color css
<style>
span { border-color: #888B6F; }
span { border-color: rgb(136,139,111); }
td.TdClassName
{
border-color: #888B6F;
}
.TagClassName
{
border-color: #888B6F;
}
</style>