Shades of Liver #614B59
Tints of Liver #614B59
RGB
CMYK
RGB Variations
Color information
#614B59 (or 0x614B59) is known color: Liver. HEX triplet: 61, 4B and 59. RGB value is (97,75,89). Sum of RGB (Red+Green+Blue) = 97+75+89=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #614B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B59 is #9EB4A6. Grayscale: #535353. Windows color (decimal): -10400935 or 5852001. OLE color: 5852001.
HSL color Cylindrical-coordinate representation of color #614B59: hue angle of 321.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B59 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 89 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.62 |
| HSL | 321.82º | 0.13% | 0.34% | - |
| HSV(B) | 321.82º | 0.23% | 0.38% | - |
| XYZ | 9.25 | 8.29 | 10.56 | - |
| YUV | 83.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 89 | 0 | 0.23 | 0.08 | 0.62 | 321.82 | 0.13 | 0.34 |
| Hex | 61 | 4B | 59 | 0 | 17 | 8 | 3E | 142 | D | 22 |
| Octal | 141 | 113 | 131 | 0 | 27 | 10 | 76 | 502 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1011001 | 0 | 10111 | 1000 | 111110 | 101000010 | 1101 | 100010 |
Color Harmonies of #614B59
Complementary color
Monochromatic Colors of #614B59
Black with #614B59
Text Example
Text Example
White with #614B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B59; }
p { color: rgb(97,75,89); }
H1.HeaderClassName
{
color: #614B59;
}
.AnyTagClassName
{
color: #614B59;
}
</style>
background-color css
<style>
a { background-color: #614B59; }
a { background-color: rgb(97,75,89); }
div.DivClassName
{
background-color: #614B59;
}
.BgClassName
{
background-color: #614B59;
}
</style>
border-color css
<style>
span { border-color: #614B59; }
span { border-color: rgb(97,75,89); }
td.TdClassName
{
border-color: #614B59;
}
.TagClassName
{
border-color: #614B59;
}
</style>