Shades of Bitter #85866A
Tints of Bitter #85866A
RGB
CMYK
RGB Variations
Color information
#85866A (or 0x85866A) is known color: Bitter. HEX triplet: 85, 86 and 6A. RGB value is (133,134,106). Sum of RGB (Red+Green+Blue) = 133+134+106=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #85866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85866A is #7A7995. Grayscale: #828282. Windows color (decimal): -8026518 or 6981253. OLE color: 6981253.
HSL color Cylindrical-coordinate representation of color #85866A: hue angle of 62.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85866A is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 106 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.47 |
| HSL | 62.14º | 0.12% | 0.47% | - |
| HSV(B) | 62.14º | 0.21% | 0.53% | - |
| XYZ | 20.8 | 23.08 | 16.99 | - |
| YUV | 130.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 106 | 0.01 | 0 | 0.21 | 0.47 | 62.14 | 0.12 | 0.47 |
| Hex | 85 | 86 | 6A | 1 | 0 | 15 | 2F | 3E | C | 2F |
| Octal | 205 | 206 | 152 | 1 | 0 | 25 | 57 | 76 | 14 | 57 |
| Binary | 10000101 | 10000110 | 1101010 | 1 | 0 | 10101 | 101111 | 111110 | 1100 | 101111 |
Color Harmonies of #85866A
Complementary color
Monochromatic Colors of #85866A
Black with #85866A
Text Example
Text Example
White with #85866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85866A; }
p { color: rgb(133,134,106); }
H1.HeaderClassName
{
color: #85866A;
}
.AnyTagClassName
{
color: #85866A;
}
</style>
background-color css
<style>
a { background-color: #85866A; }
a { background-color: rgb(133,134,106); }
div.DivClassName
{
background-color: #85866A;
}
.BgClassName
{
background-color: #85866A;
}
</style>
border-color css
<style>
span { border-color: #85866A; }
span { border-color: rgb(133,134,106); }
td.TdClassName
{
border-color: #85866A;
}
.TagClassName
{
border-color: #85866A;
}
</style>