Shades of Bitter #858D6D
Tints of Bitter #858D6D
RGB
CMYK
RGB Variations
Color information
#858D6D (or 0x858D6D) is known color: Bitter. HEX triplet: 85, 8D and 6D. RGB value is (133,141,109). Sum of RGB (Red+Green+Blue) = 133+141+109=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #858D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858D6D is #7A7292. Grayscale: #878787. Windows color (decimal): -8024723 or 7179653. OLE color: 7179653.
HSL color Cylindrical-coordinate representation of color #858D6D: hue angle of 75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #858D6D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 109 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.45 |
| HSL | 75º | 0.13% | 0.49% | - |
| HSV(B) | 75º | 0.23% | 0.55% | - |
| XYZ | 21.96 | 25.14 | 18.16 | - |
| YUV | 134.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 109 | 0.06 | 0 | 0.23 | 0.45 | 75 | 0.13 | 0.49 |
| Hex | 85 | 8D | 6D | 6 | 0 | 17 | 2D | 4B | D | 31 |
| Octal | 205 | 215 | 155 | 6 | 0 | 27 | 55 | 113 | 15 | 61 |
| Binary | 10000101 | 10001101 | 1101101 | 110 | 0 | 10111 | 101101 | 1001011 | 1101 | 110001 |
Color Harmonies of #858D6D
Complementary color
Monochromatic Colors of #858D6D
Black with #858D6D
Text Example
Text Example
White with #858D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D6D; }
p { color: rgb(133,141,109); }
H1.HeaderClassName
{
color: #858D6D;
}
.AnyTagClassName
{
color: #858D6D;
}
</style>
background-color css
<style>
a { background-color: #858D6D; }
a { background-color: rgb(133,141,109); }
div.DivClassName
{
background-color: #858D6D;
}
.BgClassName
{
background-color: #858D6D;
}
</style>
border-color css
<style>
span { border-color: #858D6D; }
span { border-color: rgb(133,141,109); }
td.TdClassName
{
border-color: #858D6D;
}
.TagClassName
{
border-color: #858D6D;
}
</style>