Shades of Liver #60565B
Tints of Liver #60565B
RGB
CMYK
RGB Variations
Color information
#60565B (or 0x60565B) is known color: Liver. HEX triplet: 60, 56 and 5B. RGB value is (96,86,91). Sum of RGB (Red+Green+Blue) = 96+86+91=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #60565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60565B is #9FA9A4. Grayscale: #595959. Windows color (decimal): -10463653 or 5985888. OLE color: 5985888.
HSL color Cylindrical-coordinate representation of color #60565B: hue angle of 330º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60565B is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 91 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.62 |
| HSL | 330º | 0.05% | 0.36% | - |
| HSV(B) | 330º | 0.1% | 0.38% | - |
| XYZ | 10.04 | 9.9 | 11.28 | - |
| YUV | 89.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 91 | 0 | 0.10 | 0.05 | 0.62 | 330 | 0.05 | 0.36 |
| Hex | 60 | 56 | 5B | 0 | A | 5 | 3E | 14A | 5 | 24 |
| Octal | 140 | 126 | 133 | 0 | 12 | 5 | 76 | 512 | 5 | 44 |
| Binary | 1100000 | 1010110 | 1011011 | 0 | 1010 | 101 | 111110 | 101001010 | 101 | 100100 |
Color Harmonies of #60565B
Complementary color
Monochromatic Colors of #60565B
Black with #60565B
Text Example
Text Example
White with #60565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60565B; }
p { color: rgb(96,86,91); }
H1.HeaderClassName
{
color: #60565B;
}
.AnyTagClassName
{
color: #60565B;
}
</style>
background-color css
<style>
a { background-color: #60565B; }
a { background-color: rgb(96,86,91); }
div.DivClassName
{
background-color: #60565B;
}
.BgClassName
{
background-color: #60565B;
}
</style>
border-color css
<style>
span { border-color: #60565B; }
span { border-color: rgb(96,86,91); }
td.TdClassName
{
border-color: #60565B;
}
.TagClassName
{
border-color: #60565B;
}
</style>