Shades of Liver #614D5B
Tints of Liver #614D5B
RGB
CMYK
RGB Variations
Color information
#614D5B (or 0x614D5B) is known color: Liver. HEX triplet: 61, 4D and 5B. RGB value is (97,77,91). Sum of RGB (Red+Green+Blue) = 97+77+91=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #614D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D5B is #9EB2A4. Grayscale: #545454. Windows color (decimal): -10400421 or 5983585. OLE color: 5983585.
HSL color Cylindrical-coordinate representation of color #614D5B: hue angle of 318º degrees, saturation: 0.11, 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 #614D5B is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 91 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.62 |
| HSL | 318º | 0.11% | 0.34% | - |
| HSV(B) | 318º | 0.21% | 0.38% | - |
| XYZ | 9.47 | 8.6 | 11.06 | - |
| YUV | 84.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 91 | 0 | 0.21 | 0.06 | 0.62 | 318 | 0.11 | 0.34 |
| Hex | 61 | 4D | 5B | 0 | 15 | 6 | 3E | 13E | B | 22 |
| Octal | 141 | 115 | 133 | 0 | 25 | 6 | 76 | 476 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1011011 | 0 | 10101 | 110 | 111110 | 100111110 | 1011 | 100010 |
Color Harmonies of #614D5B
Complementary color
Monochromatic Colors of #614D5B
Black with #614D5B
Text Example
Text Example
White with #614D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D5B; }
p { color: rgb(97,77,91); }
H1.HeaderClassName
{
color: #614D5B;
}
.AnyTagClassName
{
color: #614D5B;
}
</style>
background-color css
<style>
a { background-color: #614D5B; }
a { background-color: rgb(97,77,91); }
div.DivClassName
{
background-color: #614D5B;
}
.BgClassName
{
background-color: #614D5B;
}
</style>
border-color css
<style>
span { border-color: #614D5B; }
span { border-color: rgb(97,77,91); }
td.TdClassName
{
border-color: #614D5B;
}
.TagClassName
{
border-color: #614D5B;
}
</style>