Shades of Bitter #85866B
Tints of Bitter #85866B
RGB
CMYK
RGB Variations
Color information
#85866B (or 0x85866B) is known color: Bitter. HEX triplet: 85, 86 and 6B. RGB value is (133,134,107). Sum of RGB (Red+Green+Blue) = 133+134+107=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #85866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85866B is #7A7994. Grayscale: #828282. Windows color (decimal): -8026517 or 7046789. OLE color: 7046789.
HSL color Cylindrical-coordinate representation of color #85866B: hue angle of 62.22º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85866B is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 107 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.47 |
| HSL | 62.22º | 0.11% | 0.47% | - |
| HSV(B) | 62.22º | 0.2% | 0.53% | - |
| XYZ | 20.85 | 23.1 | 17.27 | - |
| YUV | 130.62 | 114.67 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 107 | 0.01 | 0 | 0.20 | 0.47 | 62.22 | 0.11 | 0.47 |
| Hex | 85 | 86 | 6B | 1 | 0 | 14 | 2F | 3E | B | 2F |
| Octal | 205 | 206 | 153 | 1 | 0 | 24 | 57 | 76 | 13 | 57 |
| Binary | 10000101 | 10000110 | 1101011 | 1 | 0 | 10100 | 101111 | 111110 | 1011 | 101111 |
Color Harmonies of #85866B
Complementary color
Monochromatic Colors of #85866B
Black with #85866B
Text Example
Text Example
White with #85866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85866B; }
p { color: rgb(133,134,107); }
H1.HeaderClassName
{
color: #85866B;
}
.AnyTagClassName
{
color: #85866B;
}
</style>
background-color css
<style>
a { background-color: #85866B; }
a { background-color: rgb(133,134,107); }
div.DivClassName
{
background-color: #85866B;
}
.BgClassName
{
background-color: #85866B;
}
</style>
border-color css
<style>
span { border-color: #85866B; }
span { border-color: rgb(133,134,107); }
td.TdClassName
{
border-color: #85866B;
}
.TagClassName
{
border-color: #85866B;
}
</style>