Shades of Bitter #868B65
Tints of Bitter #868B65
RGB
CMYK
RGB Variations
Color information
#868B65 (or 0x868B65) is known color: Bitter. HEX triplet: 86, 8B and 65. RGB value is (134,139,101). Sum of RGB (Red+Green+Blue) = 134+139+101=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #868B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868B65 is #79749A. Grayscale: #858585. Windows color (decimal): -7959707 or 6654854. OLE color: 6654854.
HSL color Cylindrical-coordinate representation of color #868B65: hue angle of 67.89º degrees, saturation: 0.16, 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 #868B65 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 134 | 139 | 101 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.45 |
| HSL | 67.89º | 0.16% | 0.47% | - |
| HSV(B) | 67.89º | 0.27% | 0.55% | - |
| XYZ | 21.41 | 24.47 | 15.91 | - |
| YUV | 133.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 139 | 101 | 0.04 | 0 | 0.27 | 0.45 | 67.89 | 0.16 | 0.47 |
| Hex | 86 | 8B | 65 | 4 | 0 | 1B | 2D | 44 | 10 | 2F |
| Octal | 206 | 213 | 145 | 4 | 0 | 33 | 55 | 104 | 20 | 57 |
| Binary | 10000110 | 10001011 | 1100101 | 100 | 0 | 11011 | 101101 | 1000100 | 10000 | 101111 |
Color Harmonies of #868B65
Complementary color
Monochromatic Colors of #868B65
Black with #868B65
Text Example
Text Example
White with #868B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868B65; }
p { color: rgb(134,139,101); }
H1.HeaderClassName
{
color: #868B65;
}
.AnyTagClassName
{
color: #868B65;
}
</style>
background-color css
<style>
a { background-color: #868B65; }
a { background-color: rgb(134,139,101); }
div.DivClassName
{
background-color: #868B65;
}
.BgClassName
{
background-color: #868B65;
}
</style>
border-color css
<style>
span { border-color: #868B65; }
span { border-color: rgb(134,139,101); }
td.TdClassName
{
border-color: #868B65;
}
.TagClassName
{
border-color: #868B65;
}
</style>