Shades of Bitter #858C62
Tints of Bitter #858C62
RGB
CMYK
RGB Variations
Color information
#858C62 (or 0x858C62) is known color: Bitter. HEX triplet: 85, 8C and 62. RGB value is (133,140,98). Sum of RGB (Red+Green+Blue) = 133+140+98=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #858C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C62 is #7A739D. Grayscale: #858585. Windows color (decimal): -8024990 or 6458501. OLE color: 6458501.
HSL color Cylindrical-coordinate representation of color #858C62: hue angle of 70º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858C62 is Cyan = 0.05, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 98 | - |
| CMYK | 0.05 | 0 | 0.3 | 0.45 |
| HSL | 70º | 0.18% | 0.47% | - |
| HSV(B) | 70º | 0.3% | 0.55% | - |
| XYZ | 21.26 | 24.62 | 15.19 | - |
| YUV | 133.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 98 | 0.05 | 0 | 0.3 | 0.45 | 70 | 0.18 | 0.47 |
| Hex | 85 | 8C | 62 | 5 | 0 | 1E | 2D | 46 | 12 | 2F |
| Octal | 205 | 214 | 142 | 5 | 0 | 36 | 55 | 106 | 22 | 57 |
| Binary | 10000101 | 10001100 | 1100010 | 101 | 0 | 11110 | 101101 | 1000110 | 10010 | 101111 |
Color Harmonies of #858C62
Complementary color
Monochromatic Colors of #858C62
Black with #858C62
Text Example
Text Example
White with #858C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C62; }
p { color: rgb(133,140,98); }
H1.HeaderClassName
{
color: #858C62;
}
.AnyTagClassName
{
color: #858C62;
}
</style>
background-color css
<style>
a { background-color: #858C62; }
a { background-color: rgb(133,140,98); }
div.DivClassName
{
background-color: #858C62;
}
.BgClassName
{
background-color: #858C62;
}
</style>
border-color css
<style>
span { border-color: #858C62; }
span { border-color: rgb(133,140,98); }
td.TdClassName
{
border-color: #858C62;
}
.TagClassName
{
border-color: #858C62;
}
</style>