Shades of Bitter #85896C
Tints of Bitter #85896C
RGB
CMYK
RGB Variations
Color information
#85896C (or 0x85896C) is known color: Bitter. HEX triplet: 85, 89 and 6C. RGB value is (133,137,108). Sum of RGB (Red+Green+Blue) = 133+137+108=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #85896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85896C is #7A7693. Grayscale: #848484. Windows color (decimal): -8025748 or 7113093. OLE color: 7113093.
HSL color Cylindrical-coordinate representation of color #85896C: hue angle of 68.28º 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 #85896C is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 108 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.46 |
| HSL | 68.28º | 0.12% | 0.48% | - |
| HSV(B) | 68.28º | 0.21% | 0.54% | - |
| XYZ | 21.33 | 23.96 | 17.69 | - |
| YUV | 132.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 108 | 0.03 | 0 | 0.21 | 0.46 | 68.28 | 0.12 | 0.48 |
| Hex | 85 | 89 | 6C | 3 | 0 | 15 | 2E | 44 | C | 30 |
| Octal | 205 | 211 | 154 | 3 | 0 | 25 | 56 | 104 | 14 | 60 |
| Binary | 10000101 | 10001001 | 1101100 | 11 | 0 | 10101 | 101110 | 1000100 | 1100 | 110000 |
Color Harmonies of #85896C
Complementary color
Monochromatic Colors of #85896C
Black with #85896C
Text Example
Text Example
White with #85896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85896C; }
p { color: rgb(133,137,108); }
H1.HeaderClassName
{
color: #85896C;
}
.AnyTagClassName
{
color: #85896C;
}
</style>
background-color css
<style>
a { background-color: #85896C; }
a { background-color: rgb(133,137,108); }
div.DivClassName
{
background-color: #85896C;
}
.BgClassName
{
background-color: #85896C;
}
</style>
border-color css
<style>
span { border-color: #85896C; }
span { border-color: rgb(133,137,108); }
td.TdClassName
{
border-color: #85896C;
}
.TagClassName
{
border-color: #85896C;
}
</style>