Shades of Bitter #85896B
Tints of Bitter #85896B
RGB
CMYK
RGB Variations
Color information
#85896B (or 0x85896B) is known color: Bitter. HEX triplet: 85, 89 and 6B. RGB value is (133,137,107). Sum of RGB (Red+Green+Blue) = 133+137+107=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #85896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85896B is #7A7694. Grayscale: #848484. Windows color (decimal): -8025749 or 7047557. OLE color: 7047557.
HSL color Cylindrical-coordinate representation of color #85896B: hue angle of 68º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85896B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 107 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.46 |
| HSL | 68º | 0.12% | 0.48% | - |
| HSV(B) | 68º | 0.22% | 0.54% | - |
| XYZ | 21.27 | 23.94 | 17.41 | - |
| YUV | 132.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 107 | 0.03 | 0 | 0.22 | 0.46 | 68 | 0.12 | 0.48 |
| Hex | 85 | 89 | 6B | 3 | 0 | 16 | 2E | 44 | C | 30 |
| Octal | 205 | 211 | 153 | 3 | 0 | 26 | 56 | 104 | 14 | 60 |
| Binary | 10000101 | 10001001 | 1101011 | 11 | 0 | 10110 | 101110 | 1000100 | 1100 | 110000 |
Color Harmonies of #85896B
Complementary color
Monochromatic Colors of #85896B
Black with #85896B
Text Example
Text Example
White with #85896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85896B; }
p { color: rgb(133,137,107); }
H1.HeaderClassName
{
color: #85896B;
}
.AnyTagClassName
{
color: #85896B;
}
</style>
background-color css
<style>
a { background-color: #85896B; }
a { background-color: rgb(133,137,107); }
div.DivClassName
{
background-color: #85896B;
}
.BgClassName
{
background-color: #85896B;
}
</style>
border-color css
<style>
span { border-color: #85896B; }
span { border-color: rgb(133,137,107); }
td.TdClassName
{
border-color: #85896B;
}
.TagClassName
{
border-color: #85896B;
}
</style>