Shades of Bitter #85886C
Tints of Bitter #85886C
RGB
CMYK
RGB Variations
Color information
#85886C (or 0x85886C) is known color: Bitter. HEX triplet: 85, 88 and 6C. RGB value is (133,136,108). Sum of RGB (Red+Green+Blue) = 133+136+108=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #85886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85886C is #7A7793. Grayscale: #848484. Windows color (decimal): -8026004 or 7112837. OLE color: 7112837.
HSL color Cylindrical-coordinate representation of color #85886C: hue angle of 66.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85886C is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 108 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.47 |
| HSL | 66.43º | 0.11% | 0.48% | - |
| HSV(B) | 66.43º | 0.21% | 0.53% | - |
| XYZ | 21.18 | 23.68 | 17.64 | - |
| YUV | 131.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 108 | 0.02 | 0 | 0.21 | 0.47 | 66.43 | 0.11 | 0.48 |
| Hex | 85 | 88 | 6C | 2 | 0 | 15 | 2F | 42 | B | 30 |
| Octal | 205 | 210 | 154 | 2 | 0 | 25 | 57 | 102 | 13 | 60 |
| Binary | 10000101 | 10001000 | 1101100 | 10 | 0 | 10101 | 101111 | 1000010 | 1011 | 110000 |
Color Harmonies of #85886C
Complementary color
Monochromatic Colors of #85886C
Black with #85886C
Text Example
Text Example
White with #85886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85886C; }
p { color: rgb(133,136,108); }
H1.HeaderClassName
{
color: #85886C;
}
.AnyTagClassName
{
color: #85886C;
}
</style>
background-color css
<style>
a { background-color: #85886C; }
a { background-color: rgb(133,136,108); }
div.DivClassName
{
background-color: #85886C;
}
.BgClassName
{
background-color: #85886C;
}
</style>
border-color css
<style>
span { border-color: #85886C; }
span { border-color: rgb(133,136,108); }
td.TdClassName
{
border-color: #85886C;
}
.TagClassName
{
border-color: #85886C;
}
</style>