Shades of Bitter #858662
Tints of Bitter #858662
RGB
CMYK
RGB Variations
Color information
#858662 (or 0x858662) is known color: Bitter. HEX triplet: 85, 86 and 62. RGB value is (133,134,98). Sum of RGB (Red+Green+Blue) = 133+134+98=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #858662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858662 is #7A799D. Grayscale: #818181. Windows color (decimal): -8026526 or 6456965. OLE color: 6456965.
HSL color Cylindrical-coordinate representation of color #858662: hue angle of 61.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858662 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 98 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.47 |
| HSL | 61.67º | 0.16% | 0.45% | - |
| HSV(B) | 61.67º | 0.27% | 0.53% | - |
| XYZ | 20.4 | 22.92 | 14.9 | - |
| YUV | 129.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 98 | 0.01 | 0 | 0.27 | 0.47 | 61.67 | 0.16 | 0.45 |
| Hex | 85 | 86 | 62 | 1 | 0 | 1B | 2F | 3E | 10 | 2D |
| Octal | 205 | 206 | 142 | 1 | 0 | 33 | 57 | 76 | 20 | 55 |
| Binary | 10000101 | 10000110 | 1100010 | 1 | 0 | 11011 | 101111 | 111110 | 10000 | 101101 |
Color Harmonies of #858662
Complementary color
Monochromatic Colors of #858662
Black with #858662
Text Example
Text Example
White with #858662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858662; }
p { color: rgb(133,134,98); }
H1.HeaderClassName
{
color: #858662;
}
.AnyTagClassName
{
color: #858662;
}
</style>
background-color css
<style>
a { background-color: #858662; }
a { background-color: rgb(133,134,98); }
div.DivClassName
{
background-color: #858662;
}
.BgClassName
{
background-color: #858662;
}
</style>
border-color css
<style>
span { border-color: #858662; }
span { border-color: rgb(133,134,98); }
td.TdClassName
{
border-color: #858662;
}
.TagClassName
{
border-color: #858662;
}
</style>