Shades of Liver #604A59
Tints of Liver #604A59
RGB
CMYK
RGB Variations
Color information
#604A59 (or 0x604A59) is known color: Liver. HEX triplet: 60, 4A and 59. RGB value is (96,74,89). Sum of RGB (Red+Green+Blue) = 96+74+89=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #604A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A59 is #9FB5A6. Grayscale: #525252. Windows color (decimal): -10466727 or 5851744. OLE color: 5851744.
HSL color Cylindrical-coordinate representation of color #604A59: hue angle of 319.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #604A59 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 89 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.62 |
| HSL | 319.09º | 0.13% | 0.33% | - |
| HSV(B) | 319.09º | 0.23% | 0.38% | - |
| XYZ | 9.08 | 8.11 | 10.54 | - |
| YUV | 82.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 89 | 0 | 0.23 | 0.07 | 0.62 | 319.09 | 0.13 | 0.33 |
| Hex | 60 | 4A | 59 | 0 | 17 | 7 | 3E | 13F | D | 21 |
| Octal | 140 | 112 | 131 | 0 | 27 | 7 | 76 | 477 | 15 | 41 |
| Binary | 1100000 | 1001010 | 1011001 | 0 | 10111 | 111 | 111110 | 100111111 | 1101 | 100001 |
Color Harmonies of #604A59
Complementary color
Monochromatic Colors of #604A59
Black with #604A59
Text Example
Text Example
White with #604A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A59; }
p { color: rgb(96,74,89); }
H1.HeaderClassName
{
color: #604A59;
}
.AnyTagClassName
{
color: #604A59;
}
</style>
background-color css
<style>
a { background-color: #604A59; }
a { background-color: rgb(96,74,89); }
div.DivClassName
{
background-color: #604A59;
}
.BgClassName
{
background-color: #604A59;
}
</style>
border-color css
<style>
span { border-color: #604A59; }
span { border-color: rgb(96,74,89); }
td.TdClassName
{
border-color: #604A59;
}
.TagClassName
{
border-color: #604A59;
}
</style>