Shades of Bitter #858868
Tints of Bitter #858868
RGB
CMYK
RGB Variations
Color information
#858868 (or 0x858868) is known color: Bitter. HEX triplet: 85, 88 and 68. RGB value is (133,136,104). Sum of RGB (Red+Green+Blue) = 133+136+104=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #858868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858868 is #7A7797. Grayscale: #838383. Windows color (decimal): -8026008 or 6850693. OLE color: 6850693.
HSL color Cylindrical-coordinate representation of color #858868: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #858868 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 104 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.47 |
| HSL | 65.63º | 0.13% | 0.47% | - |
| HSV(B) | 65.63º | 0.24% | 0.53% | - |
| XYZ | 20.98 | 23.59 | 16.55 | - |
| YUV | 131.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 104 | 0.02 | 0 | 0.24 | 0.47 | 65.63 | 0.13 | 0.47 |
| Hex | 85 | 88 | 68 | 2 | 0 | 18 | 2F | 42 | D | 2F |
| Octal | 205 | 210 | 150 | 2 | 0 | 30 | 57 | 102 | 15 | 57 |
| Binary | 10000101 | 10001000 | 1101000 | 10 | 0 | 11000 | 101111 | 1000010 | 1101 | 101111 |
Color Harmonies of #858868
Complementary color
Monochromatic Colors of #858868
Black with #858868
Text Example
Text Example
White with #858868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858868; }
p { color: rgb(133,136,104); }
H1.HeaderClassName
{
color: #858868;
}
.AnyTagClassName
{
color: #858868;
}
</style>
background-color css
<style>
a { background-color: #858868; }
a { background-color: rgb(133,136,104); }
div.DivClassName
{
background-color: #858868;
}
.BgClassName
{
background-color: #858868;
}
</style>
border-color css
<style>
span { border-color: #858868; }
span { border-color: rgb(133,136,104); }
td.TdClassName
{
border-color: #858868;
}
.TagClassName
{
border-color: #858868;
}
</style>