Shades of Bitter #858568
Tints of Bitter #858568
RGB
CMYK
RGB Variations
Color information
#858568 (or 0x858568) is known color: Bitter. HEX triplet: 85, 85 and 68. RGB value is (133,133,104). Sum of RGB (Red+Green+Blue) = 133+133+104=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858568 is #7A7A97. Grayscale: #818181. Windows color (decimal): -8026776 or 6849925. OLE color: 6849925.
HSL color Cylindrical-coordinate representation of color #858568: hue angle of 60º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #858568 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 104 | - |
| CMYK | 0 | 0 | 0.22 | 0.48 |
| HSL | 60º | 0.12% | 0.46% | - |
| HSV(B) | 60º | 0.22% | 0.52% | - |
| XYZ | 20.56 | 22.76 | 16.41 | - |
| YUV | 129.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 104 | 0 | 0 | 0.22 | 0.48 | 60 | 0.12 | 0.46 |
| Hex | 85 | 85 | 68 | 0 | 0 | 16 | 30 | 3C | C | 2E |
| Octal | 205 | 205 | 150 | 0 | 0 | 26 | 60 | 74 | 14 | 56 |
| Binary | 10000101 | 10000101 | 1101000 | 0 | 0 | 10110 | 110000 | 111100 | 1100 | 101110 |
Color Harmonies of #858568
Complementary color
Monochromatic Colors of #858568
Black with #858568
Text Example
Text Example
White with #858568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858568; }
p { color: rgb(133,133,104); }
H1.HeaderClassName
{
color: #858568;
}
.AnyTagClassName
{
color: #858568;
}
</style>
background-color css
<style>
a { background-color: #858568; }
a { background-color: rgb(133,133,104); }
div.DivClassName
{
background-color: #858568;
}
.BgClassName
{
background-color: #858568;
}
</style>
border-color css
<style>
span { border-color: #858568; }
span { border-color: rgb(133,133,104); }
td.TdClassName
{
border-color: #858568;
}
.TagClassName
{
border-color: #858568;
}
</style>