Shades of Bitter #858B6D
Tints of Bitter #858B6D
RGB
CMYK
RGB Variations
Color information
#858B6D (or 0x858B6D) is known color: Bitter. HEX triplet: 85, 8B and 6D. RGB value is (133,139,109). Sum of RGB (Red+Green+Blue) = 133+139+109=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #858B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B6D is #7A7492. Grayscale: #858585. Windows color (decimal): -8025235 or 7179141. OLE color: 7179141.
HSL color Cylindrical-coordinate representation of color #858B6D: hue angle of 72º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858B6D is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 109 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.45 |
| HSL | 72º | 0.12% | 0.49% | - |
| HSV(B) | 72º | 0.22% | 0.55% | - |
| XYZ | 21.67 | 24.56 | 18.07 | - |
| YUV | 133.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 109 | 0.04 | 0 | 0.22 | 0.45 | 72 | 0.12 | 0.49 |
| Hex | 85 | 8B | 6D | 4 | 0 | 16 | 2D | 48 | C | 31 |
| Octal | 205 | 213 | 155 | 4 | 0 | 26 | 55 | 110 | 14 | 61 |
| Binary | 10000101 | 10001011 | 1101101 | 100 | 0 | 10110 | 101101 | 1001000 | 1100 | 110001 |
Color Harmonies of #858B6D
Complementary color
Monochromatic Colors of #858B6D
Black with #858B6D
Text Example
Text Example
White with #858B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B6D; }
p { color: rgb(133,139,109); }
H1.HeaderClassName
{
color: #858B6D;
}
.AnyTagClassName
{
color: #858B6D;
}
</style>
background-color css
<style>
a { background-color: #858B6D; }
a { background-color: rgb(133,139,109); }
div.DivClassName
{
background-color: #858B6D;
}
.BgClassName
{
background-color: #858B6D;
}
</style>
border-color css
<style>
span { border-color: #858B6D; }
span { border-color: rgb(133,139,109); }
td.TdClassName
{
border-color: #858B6D;
}
.TagClassName
{
border-color: #858B6D;
}
</style>