Shades of Bitter #868B66
Tints of Bitter #868B66
RGB
CMYK
RGB Variations
Color information
#868B66 (or 0x868B66) is known color: Bitter. HEX triplet: 86, 8B and 66. RGB value is (134,139,102). Sum of RGB (Red+Green+Blue) = 134+139+102=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #868B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B66 is #797499. Grayscale: #858585. Windows color (decimal): -7959706 or 6720390. OLE color: 6720390.
HSL color Cylindrical-coordinate representation of color #868B66: hue angle of 68.11º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #868B66 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 102 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.45 |
| HSL | 68.11º | 0.15% | 0.47% | - |
| HSV(B) | 68.11º | 0.27% | 0.55% | - |
| XYZ | 21.46 | 24.49 | 16.17 | - |
| YUV | 133.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 102 | 0.04 | 0 | 0.27 | 0.45 | 68.11 | 0.15 | 0.47 |
| Hex | 86 | 8B | 66 | 4 | 0 | 1B | 2D | 44 | F | 2F |
| Octal | 206 | 213 | 146 | 4 | 0 | 33 | 55 | 104 | 17 | 57 |
| Binary | 10000110 | 10001011 | 1100110 | 100 | 0 | 11011 | 101101 | 1000100 | 1111 | 101111 |
Color Harmonies of #868B66
Complementary color
Monochromatic Colors of #868B66
Black with #868B66
Text Example
Text Example
White with #868B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B66; }
p { color: rgb(134,139,102); }
H1.HeaderClassName
{
color: #868B66;
}
.AnyTagClassName
{
color: #868B66;
}
</style>
background-color css
<style>
a { background-color: #868B66; }
a { background-color: rgb(134,139,102); }
div.DivClassName
{
background-color: #868B66;
}
.BgClassName
{
background-color: #868B66;
}
</style>
border-color css
<style>
span { border-color: #868B66; }
span { border-color: rgb(134,139,102); }
td.TdClassName
{
border-color: #868B66;
}
.TagClassName
{
border-color: #868B66;
}
</style>