Shades of Bitter #868961
Tints of Bitter #868961
RGB
CMYK
RGB Variations
Color information
#868961 (or 0x868961) is known color: Bitter. HEX triplet: 86, 89 and 61. RGB value is (134,137,97). Sum of RGB (Red+Green+Blue) = 134+137+97=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #868961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868961 is #79769E. Grayscale: #838383. Windows color (decimal): -7960223 or 6392198. OLE color: 6392198.
HSL color Cylindrical-coordinate representation of color #868961: hue angle of 64.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868961 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 97 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.46 |
| HSL | 64.5º | 0.17% | 0.46% | - |
| HSV(B) | 64.5º | 0.29% | 0.54% | - |
| XYZ | 20.93 | 23.82 | 14.8 | - |
| YUV | 131.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 97 | 0.02 | 0 | 0.29 | 0.46 | 64.5 | 0.17 | 0.46 |
| Hex | 86 | 89 | 61 | 2 | 0 | 1D | 2E | 40 | 11 | 2E |
| Octal | 206 | 211 | 141 | 2 | 0 | 35 | 56 | 100 | 21 | 56 |
| Binary | 10000110 | 10001001 | 1100001 | 10 | 0 | 11101 | 101110 | 1000000 | 10001 | 101110 |
Color Harmonies of #868961
Complementary color
Monochromatic Colors of #868961
Black with #868961
Text Example
Text Example
White with #868961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868961; }
p { color: rgb(134,137,97); }
H1.HeaderClassName
{
color: #868961;
}
.AnyTagClassName
{
color: #868961;
}
</style>
background-color css
<style>
a { background-color: #868961; }
a { background-color: rgb(134,137,97); }
div.DivClassName
{
background-color: #868961;
}
.BgClassName
{
background-color: #868961;
}
</style>
border-color css
<style>
span { border-color: #868961; }
span { border-color: rgb(134,137,97); }
td.TdClassName
{
border-color: #868961;
}
.TagClassName
{
border-color: #868961;
}
</style>