Shades of Liver #60535A
Tints of Liver #60535A
RGB
CMYK
RGB Variations
Color information
#60535A (or 0x60535A) is known color: Liver. HEX triplet: 60, 53 and 5A. RGB value is (96,83,90). Sum of RGB (Red+Green+Blue) = 96+83+90=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #60535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60535A is #9FACA5. Grayscale: #575757. Windows color (decimal): -10464422 or 5919584. OLE color: 5919584.
HSL color Cylindrical-coordinate representation of color #60535A: hue angle of 327.69º 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 #60535A is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 83 | 90 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.62 |
| HSL | 327.69º | 0.07% | 0.35% | - |
| HSV(B) | 327.69º | 0.14% | 0.38% | - |
| XYZ | 9.76 | 9.41 | 10.97 | - |
| YUV | 87.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 90 | 0 | 0.14 | 0.06 | 0.62 | 327.69 | 0.07 | 0.35 |
| Hex | 60 | 53 | 5A | 0 | E | 6 | 3E | 148 | 7 | 23 |
| Octal | 140 | 123 | 132 | 0 | 16 | 6 | 76 | 510 | 7 | 43 |
| Binary | 1100000 | 1010011 | 1011010 | 0 | 1110 | 110 | 111110 | 101001000 | 111 | 100011 |
Color Harmonies of #60535A
Complementary color
Monochromatic Colors of #60535A
Black with #60535A
Text Example
Text Example
White with #60535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60535A; }
p { color: rgb(96,83,90); }
H1.HeaderClassName
{
color: #60535A;
}
.AnyTagClassName
{
color: #60535A;
}
</style>
background-color css
<style>
a { background-color: #60535A; }
a { background-color: rgb(96,83,90); }
div.DivClassName
{
background-color: #60535A;
}
.BgClassName
{
background-color: #60535A;
}
</style>
border-color css
<style>
span { border-color: #60535A; }
span { border-color: rgb(96,83,90); }
td.TdClassName
{
border-color: #60535A;
}
.TagClassName
{
border-color: #60535A;
}
</style>