Shades of Bitter #86896C
Tints of Bitter #86896C
RGB
CMYK
RGB Variations
Color information
#86896C (or 0x86896C) is known color: Bitter. HEX triplet: 86, 89 and 6C. RGB value is (134,137,108). Sum of RGB (Red+Green+Blue) = 134+137+108=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #86896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86896C is #797693. Grayscale: #848484. Windows color (decimal): -7960212 or 7113094. OLE color: 7113094.
HSL color Cylindrical-coordinate representation of color #86896C: hue angle of 66.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86896C is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 108 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.46 |
| HSL | 66.21º | 0.12% | 0.48% | - |
| HSV(B) | 66.21º | 0.21% | 0.54% | - |
| XYZ | 21.48 | 24.04 | 17.7 | - |
| YUV | 132.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 108 | 0.02 | 0 | 0.21 | 0.46 | 66.21 | 0.12 | 0.48 |
| Hex | 86 | 89 | 6C | 2 | 0 | 15 | 2E | 42 | C | 30 |
| Octal | 206 | 211 | 154 | 2 | 0 | 25 | 56 | 102 | 14 | 60 |
| Binary | 10000110 | 10001001 | 1101100 | 10 | 0 | 10101 | 101110 | 1000010 | 1100 | 110000 |
Color Harmonies of #86896C
Complementary color
Monochromatic Colors of #86896C
Black with #86896C
Text Example
Text Example
White with #86896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86896C; }
p { color: rgb(134,137,108); }
H1.HeaderClassName
{
color: #86896C;
}
.AnyTagClassName
{
color: #86896C;
}
</style>
background-color css
<style>
a { background-color: #86896C; }
a { background-color: rgb(134,137,108); }
div.DivClassName
{
background-color: #86896C;
}
.BgClassName
{
background-color: #86896C;
}
</style>
border-color css
<style>
span { border-color: #86896C; }
span { border-color: rgb(134,137,108); }
td.TdClassName
{
border-color: #86896C;
}
.TagClassName
{
border-color: #86896C;
}
</style>