Shades of Liver #614C5A
Tints of Liver #614C5A
RGB
CMYK
RGB Variations
Color information
#614C5A (or 0x614C5A) is known color: Liver. HEX triplet: 61, 4C and 5A. RGB value is (97,76,90). Sum of RGB (Red+Green+Blue) = 97+76+90=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #614C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C5A is #9EB3A5. Grayscale: #535353. Windows color (decimal): -10400678 or 5917793. OLE color: 5917793.
HSL color Cylindrical-coordinate representation of color #614C5A: hue angle of 320º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614C5A is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 90 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.62 |
| HSL | 320º | 0.12% | 0.34% | - |
| HSV(B) | 320º | 0.22% | 0.38% | - |
| XYZ | 9.36 | 8.45 | 10.81 | - |
| YUV | 83.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 90 | 0 | 0.22 | 0.07 | 0.62 | 320 | 0.12 | 0.34 |
| Hex | 61 | 4C | 5A | 0 | 16 | 7 | 3E | 140 | C | 22 |
| Octal | 141 | 114 | 132 | 0 | 26 | 7 | 76 | 500 | 14 | 42 |
| Binary | 1100001 | 1001100 | 1011010 | 0 | 10110 | 111 | 111110 | 101000000 | 1100 | 100010 |
Color Harmonies of #614C5A
Complementary color
Monochromatic Colors of #614C5A
Black with #614C5A
Text Example
Text Example
White with #614C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C5A; }
p { color: rgb(97,76,90); }
H1.HeaderClassName
{
color: #614C5A;
}
.AnyTagClassName
{
color: #614C5A;
}
</style>
background-color css
<style>
a { background-color: #614C5A; }
a { background-color: rgb(97,76,90); }
div.DivClassName
{
background-color: #614C5A;
}
.BgClassName
{
background-color: #614C5A;
}
</style>
border-color css
<style>
span { border-color: #614C5A; }
span { border-color: rgb(97,76,90); }
td.TdClassName
{
border-color: #614C5A;
}
.TagClassName
{
border-color: #614C5A;
}
</style>