Shades of Liver #60525B
Tints of Liver #60525B
RGB
CMYK
RGB Variations
Color information
#60525B (or 0x60525B) is known color: Liver. HEX triplet: 60, 52 and 5B. RGB value is (96,82,91). Sum of RGB (Red+Green+Blue) = 96+82+91=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #60525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60525B is #9FADA4. Grayscale: #575757. Windows color (decimal): -10464677 or 5984864. OLE color: 5984864.
HSL color Cylindrical-coordinate representation of color #60525B: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #60525B is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 91 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.62 |
| HSL | 321.43º | 0.08% | 0.35% | - |
| HSV(B) | 321.43º | 0.15% | 0.38% | - |
| XYZ | 9.73 | 9.28 | 11.18 | - |
| YUV | 87.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 91 | 0 | 0.15 | 0.05 | 0.62 | 321.43 | 0.08 | 0.35 |
| Hex | 60 | 52 | 5B | 0 | F | 5 | 3E | 141 | 8 | 23 |
| Octal | 140 | 122 | 133 | 0 | 17 | 5 | 76 | 501 | 10 | 43 |
| Binary | 1100000 | 1010010 | 1011011 | 0 | 1111 | 101 | 111110 | 101000001 | 1000 | 100011 |
Color Harmonies of #60525B
Complementary color
Monochromatic Colors of #60525B
Black with #60525B
Text Example
Text Example
White with #60525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60525B; }
p { color: rgb(96,82,91); }
H1.HeaderClassName
{
color: #60525B;
}
.AnyTagClassName
{
color: #60525B;
}
</style>
background-color css
<style>
a { background-color: #60525B; }
a { background-color: rgb(96,82,91); }
div.DivClassName
{
background-color: #60525B;
}
.BgClassName
{
background-color: #60525B;
}
</style>
border-color css
<style>
span { border-color: #60525B; }
span { border-color: rgb(96,82,91); }
td.TdClassName
{
border-color: #60525B;
}
.TagClassName
{
border-color: #60525B;
}
</style>