Shades of Liver #604C57
Tints of Liver #604C57
RGB
CMYK
RGB Variations
Color information
#604C57 (or 0x604C57) is known color: Liver. HEX triplet: 60, 4C and 57. RGB value is (96,76,87). Sum of RGB (Red+Green+Blue) = 96+76+87=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #604C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C57 is #9FB3A8. Grayscale: #535353. Windows color (decimal): -10466217 or 5721184. OLE color: 5721184.
HSL color Cylindrical-coordinate representation of color #604C57: hue angle of 327º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604C57 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 87 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.62 |
| HSL | 327º | 0.12% | 0.34% | - |
| HSV(B) | 327º | 0.21% | 0.38% | - |
| XYZ | 9.13 | 8.34 | 10.15 | - |
| YUV | 83.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 87 | 0 | 0.21 | 0.09 | 0.62 | 327 | 0.12 | 0.34 |
| Hex | 60 | 4C | 57 | 0 | 15 | 9 | 3E | 147 | C | 22 |
| Octal | 140 | 114 | 127 | 0 | 25 | 11 | 76 | 507 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1010111 | 0 | 10101 | 1001 | 111110 | 101000111 | 1100 | 100010 |
Color Harmonies of #604C57
Complementary color
Monochromatic Colors of #604C57
Black with #604C57
Text Example
Text Example
White with #604C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C57; }
p { color: rgb(96,76,87); }
H1.HeaderClassName
{
color: #604C57;
}
.AnyTagClassName
{
color: #604C57;
}
</style>
background-color css
<style>
a { background-color: #604C57; }
a { background-color: rgb(96,76,87); }
div.DivClassName
{
background-color: #604C57;
}
.BgClassName
{
background-color: #604C57;
}
</style>
border-color css
<style>
span { border-color: #604C57; }
span { border-color: rgb(96,76,87); }
td.TdClassName
{
border-color: #604C57;
}
.TagClassName
{
border-color: #604C57;
}
</style>