Shades of Liver #604F58
Tints of Liver #604F58
RGB
CMYK
RGB Variations
Color information
#604F58 (or 0x604F58) is known color: Liver. HEX triplet: 60, 4F and 58. RGB value is (96,79,88). Sum of RGB (Red+Green+Blue) = 96+79+88=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 96 - color contains mainly: red. Hex color #604F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F58 is #9FB0A7. Grayscale: #555555. Windows color (decimal): -10465448 or 5787488. OLE color: 5787488.
HSL color Cylindrical-coordinate representation of color #604F58: hue angle of 328.24º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #604F58 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 79 | 88 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.62 |
| HSL | 328.24º | 0.1% | 0.34% | - |
| HSV(B) | 328.24º | 0.18% | 0.38% | - |
| XYZ | 9.38 | 8.78 | 10.43 | - |
| YUV | 85.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 88 | 0 | 0.18 | 0.08 | 0.62 | 328.24 | 0.1 | 0.34 |
| Hex | 60 | 4F | 58 | 0 | 12 | 8 | 3E | 148 | A | 22 |
| Octal | 140 | 117 | 130 | 0 | 22 | 10 | 76 | 510 | 12 | 42 |
| Binary | 1100000 | 1001111 | 1011000 | 0 | 10010 | 1000 | 111110 | 101001000 | 1010 | 100010 |
Color Harmonies of #604F58
Complementary color
Monochromatic Colors of #604F58
Black with #604F58
Text Example
Text Example
White with #604F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604F58; }
p { color: rgb(96,79,88); }
H1.HeaderClassName
{
color: #604F58;
}
.AnyTagClassName
{
color: #604F58;
}
</style>
background-color css
<style>
a { background-color: #604F58; }
a { background-color: rgb(96,79,88); }
div.DivClassName
{
background-color: #604F58;
}
.BgClassName
{
background-color: #604F58;
}
</style>
border-color css
<style>
span { border-color: #604F58; }
span { border-color: rgb(96,79,88); }
td.TdClassName
{
border-color: #604F58;
}
.TagClassName
{
border-color: #604F58;
}
</style>