Shades of Bitter #86876B
Tints of Bitter #86876B
RGB
CMYK
RGB Variations
Color information
#86876B (or 0x86876B) is known color: Bitter. HEX triplet: 86, 87 and 6B. RGB value is (134,135,107). Sum of RGB (Red+Green+Blue) = 134+135+107=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #86876B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86876B is #797894. Grayscale: #838383. Windows color (decimal): -7960725 or 7047046. OLE color: 7047046.
HSL color Cylindrical-coordinate representation of color #86876B: hue angle of 62.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86876B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 135 | 107 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.47 |
| HSL | 62.14º | 0.12% | 0.47% | - |
| HSV(B) | 62.14º | 0.21% | 0.53% | - |
| XYZ | 21.15 | 23.46 | 17.32 | - |
| YUV | 131.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 135 | 107 | 0.01 | 0 | 0.21 | 0.47 | 62.14 | 0.12 | 0.47 |
| Hex | 86 | 87 | 6B | 1 | 0 | 15 | 2F | 3E | C | 2F |
| Octal | 206 | 207 | 153 | 1 | 0 | 25 | 57 | 76 | 14 | 57 |
| Binary | 10000110 | 10000111 | 1101011 | 1 | 0 | 10101 | 101111 | 111110 | 1100 | 101111 |
Color Harmonies of #86876B
Complementary color
Monochromatic Colors of #86876B
Black with #86876B
Text Example
Text Example
White with #86876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86876B; }
p { color: rgb(134,135,107); }
H1.HeaderClassName
{
color: #86876B;
}
.AnyTagClassName
{
color: #86876B;
}
</style>
background-color css
<style>
a { background-color: #86876B; }
a { background-color: rgb(134,135,107); }
div.DivClassName
{
background-color: #86876B;
}
.BgClassName
{
background-color: #86876B;
}
</style>
border-color css
<style>
span { border-color: #86876B; }
span { border-color: rgb(134,135,107); }
td.TdClassName
{
border-color: #86876B;
}
.TagClassName
{
border-color: #86876B;
}
</style>