Shades of Bitter #85866D
Tints of Bitter #85866D
RGB
CMYK
RGB Variations
Color information
#85866D (or 0x85866D) is known color: Bitter. HEX triplet: 85, 86 and 6D. RGB value is (133,134,109). Sum of RGB (Red+Green+Blue) = 133+134+109=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #85866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85866D is #7A7992. Grayscale: #828282. Windows color (decimal): -8026515 or 7177861. OLE color: 7177861.
HSL color Cylindrical-coordinate representation of color #85866D: 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 #85866D is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 109 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.47 |
| HSL | 62.4º | 0.1% | 0.48% | - |
| HSV(B) | 62.4º | 0.19% | 0.53% | - |
| XYZ | 20.96 | 23.14 | 17.83 | - |
| YUV | 130.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 109 | 0.01 | 0 | 0.19 | 0.47 | 62.4 | 0.1 | 0.48 |
| Hex | 85 | 86 | 6D | 1 | 0 | 13 | 2F | 3E | A | 30 |
| Octal | 205 | 206 | 155 | 1 | 0 | 23 | 57 | 76 | 12 | 60 |
| Binary | 10000101 | 10000110 | 1101101 | 1 | 0 | 10011 | 101111 | 111110 | 1010 | 110000 |
Color Harmonies of #85866D
Complementary color
Monochromatic Colors of #85866D
Black with #85866D
Text Example
Text Example
White with #85866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85866D; }
p { color: rgb(133,134,109); }
H1.HeaderClassName
{
color: #85866D;
}
.AnyTagClassName
{
color: #85866D;
}
</style>
background-color css
<style>
a { background-color: #85866D; }
a { background-color: rgb(133,134,109); }
div.DivClassName
{
background-color: #85866D;
}
.BgClassName
{
background-color: #85866D;
}
</style>
border-color css
<style>
span { border-color: #85866D; }
span { border-color: rgb(133,134,109); }
td.TdClassName
{
border-color: #85866D;
}
.TagClassName
{
border-color: #85866D;
}
</style>