Shades of Bitter #86895D
Tints of Bitter #86895D
RGB
CMYK
RGB Variations
Color information
#86895D (or 0x86895D) is known color: Bitter. HEX triplet: 86, 89 and 5D. RGB value is (134,137,93). Sum of RGB (Red+Green+Blue) = 134+137+93=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #86895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86895D is #7976A2. Grayscale: #838383. Windows color (decimal): -7960227 or 6130054. OLE color: 6130054.
HSL color Cylindrical-coordinate representation of color #86895D: hue angle of 64.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86895D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 93 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.46 |
| HSL | 64.09º | 0.19% | 0.45% | - |
| HSV(B) | 64.09º | 0.32% | 0.54% | - |
| XYZ | 20.75 | 23.75 | 13.85 | - |
| YUV | 131.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 93 | 0.02 | 0 | 0.32 | 0.46 | 64.09 | 0.19 | 0.45 |
| Hex | 86 | 89 | 5D | 2 | 0 | 20 | 2E | 40 | 13 | 2D |
| Octal | 206 | 211 | 135 | 2 | 0 | 40 | 56 | 100 | 23 | 55 |
| Binary | 10000110 | 10001001 | 1011101 | 10 | 0 | 100000 | 101110 | 1000000 | 10011 | 101101 |
Color Harmonies of #86895D
Complementary color
Monochromatic Colors of #86895D
Black with #86895D
Text Example
Text Example
White with #86895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86895D; }
p { color: rgb(134,137,93); }
H1.HeaderClassName
{
color: #86895D;
}
.AnyTagClassName
{
color: #86895D;
}
</style>
background-color css
<style>
a { background-color: #86895D; }
a { background-color: rgb(134,137,93); }
div.DivClassName
{
background-color: #86895D;
}
.BgClassName
{
background-color: #86895D;
}
</style>
border-color css
<style>
span { border-color: #86895D; }
span { border-color: rgb(134,137,93); }
td.TdClassName
{
border-color: #86895D;
}
.TagClassName
{
border-color: #86895D;
}
</style>