Shades of Bitter #85886A
Tints of Bitter #85886A
RGB
CMYK
RGB Variations
Color information
#85886A (or 0x85886A) is known color: Bitter. HEX triplet: 85, 88 and 6A. RGB value is (133,136,106). Sum of RGB (Red+Green+Blue) = 133+136+106=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #85886A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85886A is #7A7795. Grayscale: #838383. Windows color (decimal): -8026006 or 6981765. OLE color: 6981765.
HSL color Cylindrical-coordinate representation of color #85886A: hue angle of 66º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85886A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 106 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.47 |
| HSL | 66º | 0.12% | 0.47% | - |
| HSV(B) | 66º | 0.22% | 0.53% | - |
| XYZ | 21.08 | 23.64 | 17.09 | - |
| YUV | 131.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 106 | 0.02 | 0 | 0.22 | 0.47 | 66 | 0.12 | 0.47 |
| Hex | 85 | 88 | 6A | 2 | 0 | 16 | 2F | 42 | C | 2F |
| Octal | 205 | 210 | 152 | 2 | 0 | 26 | 57 | 102 | 14 | 57 |
| Binary | 10000101 | 10001000 | 1101010 | 10 | 0 | 10110 | 101111 | 1000010 | 1100 | 101111 |
Color Harmonies of #85886A
Complementary color
Monochromatic Colors of #85886A
Black with #85886A
Text Example
Text Example
White with #85886A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85886A; }
p { color: rgb(133,136,106); }
H1.HeaderClassName
{
color: #85886A;
}
.AnyTagClassName
{
color: #85886A;
}
</style>
background-color css
<style>
a { background-color: #85886A; }
a { background-color: rgb(133,136,106); }
div.DivClassName
{
background-color: #85886A;
}
.BgClassName
{
background-color: #85886A;
}
</style>
border-color css
<style>
span { border-color: #85886A; }
span { border-color: rgb(133,136,106); }
td.TdClassName
{
border-color: #85886A;
}
.TagClassName
{
border-color: #85886A;
}
</style>