Shades of Liver #61565D
Tints of Liver #61565D
RGB
CMYK
RGB Variations
Color information
#61565D (or 0x61565D) is known color: Liver. HEX triplet: 61, 56 and 5D. RGB value is (97,86,93). Sum of RGB (Red+Green+Blue) = 97+86+93=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #61565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61565D is #9EA9A2. Grayscale: #5A5A5A. Windows color (decimal): -10398115 or 6116961. OLE color: 6116961.
HSL color Cylindrical-coordinate representation of color #61565D: hue angle of 321.82º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61565D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 93 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.62 |
| HSL | 321.82º | 0.06% | 0.36% | - |
| HSV(B) | 321.82º | 0.11% | 0.38% | - |
| XYZ | 10.23 | 9.99 | 11.74 | - |
| YUV | 90.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 93 | 0 | 0.11 | 0.04 | 0.62 | 321.82 | 0.06 | 0.36 |
| Hex | 61 | 56 | 5D | 0 | B | 4 | 3E | 142 | 6 | 24 |
| Octal | 141 | 126 | 135 | 0 | 13 | 4 | 76 | 502 | 6 | 44 |
| Binary | 1100001 | 1010110 | 1011101 | 0 | 1011 | 100 | 111110 | 101000010 | 110 | 100100 |
Color Harmonies of #61565D
Complementary color
Monochromatic Colors of #61565D
Black with #61565D
Text Example
Text Example
White with #61565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61565D; }
p { color: rgb(97,86,93); }
H1.HeaderClassName
{
color: #61565D;
}
.AnyTagClassName
{
color: #61565D;
}
</style>
background-color css
<style>
a { background-color: #61565D; }
a { background-color: rgb(97,86,93); }
div.DivClassName
{
background-color: #61565D;
}
.BgClassName
{
background-color: #61565D;
}
</style>
border-color css
<style>
span { border-color: #61565D; }
span { border-color: rgb(97,86,93); }
td.TdClassName
{
border-color: #61565D;
}
.TagClassName
{
border-color: #61565D;
}
</style>