Shades of Bitter #858E6C
Tints of Bitter #858E6C
RGB
CMYK
RGB Variations
Color information
#858E6C (or 0x858E6C) is known color: Bitter. HEX triplet: 85, 8E and 6C. RGB value is (133,142,108). Sum of RGB (Red+Green+Blue) = 133+142+108=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #858E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E6C is #7A7193. Grayscale: #878787. Windows color (decimal): -8024468 or 7114373. OLE color: 7114373.
HSL color Cylindrical-coordinate representation of color #858E6C: hue angle of 75.88º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858E6C is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 142 | 108 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.44 |
| HSL | 75.88º | 0.14% | 0.49% | - |
| HSV(B) | 75.88º | 0.24% | 0.56% | - |
| XYZ | 22.05 | 25.42 | 17.93 | - |
| YUV | 135.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 142 | 108 | 0.06 | 0 | 0.24 | 0.44 | 75.88 | 0.14 | 0.49 |
| Hex | 85 | 8E | 6C | 6 | 0 | 18 | 2C | 4C | E | 31 |
| Octal | 205 | 216 | 154 | 6 | 0 | 30 | 54 | 114 | 16 | 61 |
| Binary | 10000101 | 10001110 | 1101100 | 110 | 0 | 11000 | 101100 | 1001100 | 1110 | 110001 |
Color Harmonies of #858E6C
Complementary color
Monochromatic Colors of #858E6C
Black with #858E6C
Text Example
Text Example
White with #858E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858E6C; }
p { color: rgb(133,142,108); }
H1.HeaderClassName
{
color: #858E6C;
}
.AnyTagClassName
{
color: #858E6C;
}
</style>
background-color css
<style>
a { background-color: #858E6C; }
a { background-color: rgb(133,142,108); }
div.DivClassName
{
background-color: #858E6C;
}
.BgClassName
{
background-color: #858E6C;
}
</style>
border-color css
<style>
span { border-color: #858E6C; }
span { border-color: rgb(133,142,108); }
td.TdClassName
{
border-color: #858E6C;
}
.TagClassName
{
border-color: #858E6C;
}
</style>