Shades of Liver #60535B
Tints of Liver #60535B
RGB
CMYK
RGB Variations
Color information
#60535B (or 0x60535B) is known color: Liver. HEX triplet: 60, 53 and 5B. RGB value is (96,83,91). Sum of RGB (Red+Green+Blue) = 96+83+91=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #60535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60535B is #9FACA4. Grayscale: #575757. Windows color (decimal): -10464421 or 5985120. OLE color: 5985120.
HSL color Cylindrical-coordinate representation of color #60535B: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60535B is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 91 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.62 |
| HSL | 323.08º | 0.07% | 0.35% | - |
| HSV(B) | 323.08º | 0.14% | 0.38% | - |
| XYZ | 9.81 | 9.43 | 11.2 | - |
| YUV | 87.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 91 | 0 | 0.14 | 0.05 | 0.62 | 323.08 | 0.07 | 0.35 |
| Hex | 60 | 53 | 5B | 0 | E | 5 | 3E | 143 | 7 | 23 |
| Octal | 140 | 123 | 133 | 0 | 16 | 5 | 76 | 503 | 7 | 43 |
| Binary | 1100000 | 1010011 | 1011011 | 0 | 1110 | 101 | 111110 | 101000011 | 111 | 100011 |
Color Harmonies of #60535B
Complementary color
Monochromatic Colors of #60535B
Black with #60535B
Text Example
Text Example
White with #60535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60535B; }
p { color: rgb(96,83,91); }
H1.HeaderClassName
{
color: #60535B;
}
.AnyTagClassName
{
color: #60535B;
}
</style>
background-color css
<style>
a { background-color: #60535B; }
a { background-color: rgb(96,83,91); }
div.DivClassName
{
background-color: #60535B;
}
.BgClassName
{
background-color: #60535B;
}
</style>
border-color css
<style>
span { border-color: #60535B; }
span { border-color: rgb(96,83,91); }
td.TdClassName
{
border-color: #60535B;
}
.TagClassName
{
border-color: #60535B;
}
</style>