Shades of Liver #604F5B
Tints of Liver #604F5B
RGB
CMYK
RGB Variations
Color information
#604F5B (or 0x604F5B) is known color: Liver. HEX triplet: 60, 4F and 5B. RGB value is (96,79,91). Sum of RGB (Red+Green+Blue) = 96+79+91=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #604F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F5B is #9FB0A4. Grayscale: #555555. Windows color (decimal): -10465445 or 5984096. OLE color: 5984096.
HSL color Cylindrical-coordinate representation of color #604F5B: hue angle of 317.65º 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 #604F5B is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 79 | 91 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.62 |
| HSL | 317.65º | 0.1% | 0.34% | - |
| HSV(B) | 317.65º | 0.18% | 0.38% | - |
| XYZ | 9.51 | 8.83 | 11.1 | - |
| YUV | 85.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 91 | 0 | 0.18 | 0.05 | 0.62 | 317.65 | 0.1 | 0.34 |
| Hex | 60 | 4F | 5B | 0 | 12 | 5 | 3E | 13E | A | 22 |
| Octal | 140 | 117 | 133 | 0 | 22 | 5 | 76 | 476 | 12 | 42 |
| Binary | 1100000 | 1001111 | 1011011 | 0 | 10010 | 101 | 111110 | 100111110 | 1010 | 100010 |
Color Harmonies of #604F5B
Complementary color
Monochromatic Colors of #604F5B
Black with #604F5B
Text Example
Text Example
White with #604F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604F5B; }
p { color: rgb(96,79,91); }
H1.HeaderClassName
{
color: #604F5B;
}
.AnyTagClassName
{
color: #604F5B;
}
</style>
background-color css
<style>
a { background-color: #604F5B; }
a { background-color: rgb(96,79,91); }
div.DivClassName
{
background-color: #604F5B;
}
.BgClassName
{
background-color: #604F5B;
}
</style>
border-color css
<style>
span { border-color: #604F5B; }
span { border-color: rgb(96,79,91); }
td.TdClassName
{
border-color: #604F5B;
}
.TagClassName
{
border-color: #604F5B;
}
</style>