Shades of Liver #60585C
Tints of Liver #60585C
RGB
CMYK
RGB Variations
Color information
#60585C (or 0x60585C) is known color: Liver. HEX triplet: 60, 58 and 5C. RGB value is (96,88,92). Sum of RGB (Red+Green+Blue) = 96+88+92=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 96 - color contains mainly: red. Hex color #60585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60585C is #9FA7A3. Grayscale: #5A5A5A. Windows color (decimal): -10463140 or 6051936. OLE color: 6051936.
HSL color Cylindrical-coordinate representation of color #60585C: hue angle of 330º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #60585C is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 92 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.62 |
| HSL | 330º | 0.04% | 0.36% | - |
| HSV(B) | 330º | 0.08% | 0.38% | - |
| XYZ | 10.25 | 10.24 | 11.56 | - |
| YUV | 90.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 92 | 0 | 0.08 | 0.04 | 0.62 | 330 | 0.04 | 0.36 |
| Hex | 60 | 58 | 5C | 0 | 8 | 4 | 3E | 14A | 4 | 24 |
| Octal | 140 | 130 | 134 | 0 | 10 | 4 | 76 | 512 | 4 | 44 |
| Binary | 1100000 | 1011000 | 1011100 | 0 | 1000 | 100 | 111110 | 101001010 | 100 | 100100 |
Color Harmonies of #60585C
Complementary color
Monochromatic Colors of #60585C
Black with #60585C
Text Example
Text Example
White with #60585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60585C; }
p { color: rgb(96,88,92); }
H1.HeaderClassName
{
color: #60585C;
}
.AnyTagClassName
{
color: #60585C;
}
</style>
background-color css
<style>
a { background-color: #60585C; }
a { background-color: rgb(96,88,92); }
div.DivClassName
{
background-color: #60585C;
}
.BgClassName
{
background-color: #60585C;
}
</style>
border-color css
<style>
span { border-color: #60585C; }
span { border-color: rgb(96,88,92); }
td.TdClassName
{
border-color: #60585C;
}
.TagClassName
{
border-color: #60585C;
}
</style>