Shades of Liver #614B5A
Tints of Liver #614B5A
RGB
CMYK
RGB Variations
Color information
#614B5A (or 0x614B5A) is known color: Liver. HEX triplet: 61, 4B and 5A. RGB value is (97,75,90). Sum of RGB (Red+Green+Blue) = 97+75+90=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B5A is #9EB4A5. Grayscale: #535353. Windows color (decimal): -10400934 or 5917537. OLE color: 5917537.
HSL color Cylindrical-coordinate representation of color #614B5A: hue angle of 319.09º 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 #614B5A is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 90 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.62 |
| HSL | 319.09º | 0.13% | 0.34% | - |
| HSV(B) | 319.09º | 0.23% | 0.38% | - |
| XYZ | 9.29 | 8.31 | 10.79 | - |
| YUV | 83.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 90 | 0 | 0.23 | 0.07 | 0.62 | 319.09 | 0.13 | 0.34 |
| Hex | 61 | 4B | 5A | 0 | 17 | 7 | 3E | 13F | D | 22 |
| Octal | 141 | 113 | 132 | 0 | 27 | 7 | 76 | 477 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1011010 | 0 | 10111 | 111 | 111110 | 100111111 | 1101 | 100010 |
Color Harmonies of #614B5A
Complementary color
Monochromatic Colors of #614B5A
Black with #614B5A
Text Example
Text Example
White with #614B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B5A; }
p { color: rgb(97,75,90); }
H1.HeaderClassName
{
color: #614B5A;
}
.AnyTagClassName
{
color: #614B5A;
}
</style>
background-color css
<style>
a { background-color: #614B5A; }
a { background-color: rgb(97,75,90); }
div.DivClassName
{
background-color: #614B5A;
}
.BgClassName
{
background-color: #614B5A;
}
</style>
border-color css
<style>
span { border-color: #614B5A; }
span { border-color: rgb(97,75,90); }
td.TdClassName
{
border-color: #614B5A;
}
.TagClassName
{
border-color: #614B5A;
}
</style>