Shades of Bitter #86876E
Tints of Bitter #86876E
RGB
CMYK
RGB Variations
Color information
#86876E (or 0x86876E) is known color: Bitter. HEX triplet: 86, 87 and 6E. RGB value is (134,135,110). Sum of RGB (Red+Green+Blue) = 134+135+110=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #86876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86876E is #797891. Grayscale: #838383. Windows color (decimal): -7960722 or 7243654. OLE color: 7243654.
HSL color Cylindrical-coordinate representation of color #86876E: hue angle of 62.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86876E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 110 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.47 |
| HSL | 62.4º | 0.1% | 0.48% | - |
| HSV(B) | 62.4º | 0.19% | 0.53% | - |
| XYZ | 21.31 | 23.52 | 18.17 | - |
| YUV | 131.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 110 | 0.01 | 0 | 0.19 | 0.47 | 62.4 | 0.1 | 0.48 |
| Hex | 86 | 87 | 6E | 1 | 0 | 13 | 2F | 3E | A | 30 |
| Octal | 206 | 207 | 156 | 1 | 0 | 23 | 57 | 76 | 12 | 60 |
| Binary | 10000110 | 10000111 | 1101110 | 1 | 0 | 10011 | 101111 | 111110 | 1010 | 110000 |
Color Harmonies of #86876E
Complementary color
Monochromatic Colors of #86876E
Black with #86876E
Text Example
Text Example
White with #86876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86876E; }
p { color: rgb(134,135,110); }
H1.HeaderClassName
{
color: #86876E;
}
.AnyTagClassName
{
color: #86876E;
}
</style>
background-color css
<style>
a { background-color: #86876E; }
a { background-color: rgb(134,135,110); }
div.DivClassName
{
background-color: #86876E;
}
.BgClassName
{
background-color: #86876E;
}
</style>
border-color css
<style>
span { border-color: #86876E; }
span { border-color: rgb(134,135,110); }
td.TdClassName
{
border-color: #86876E;
}
.TagClassName
{
border-color: #86876E;
}
</style>