Shades of Liver #61565C
Tints of Liver #61565C
RGB
CMYK
RGB Variations
Color information
#61565C (or 0x61565C) is known color: Liver. HEX triplet: 61, 56 and 5C. RGB value is (97,86,92). Sum of RGB (Red+Green+Blue) = 97+86+92=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #61565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61565C is #9EA9A3. Grayscale: #595959. Windows color (decimal): -10398116 or 6051425. OLE color: 6051425.
HSL color Cylindrical-coordinate representation of color #61565C: hue angle of 327.27º 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 #61565C is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 92 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.62 |
| HSL | 327.27º | 0.06% | 0.36% | - |
| HSV(B) | 327.27º | 0.11% | 0.38% | - |
| XYZ | 10.19 | 9.97 | 11.51 | - |
| YUV | 89.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 92 | 0 | 0.11 | 0.05 | 0.62 | 327.27 | 0.06 | 0.36 |
| Hex | 61 | 56 | 5C | 0 | B | 5 | 3E | 147 | 6 | 24 |
| Octal | 141 | 126 | 134 | 0 | 13 | 5 | 76 | 507 | 6 | 44 |
| Binary | 1100001 | 1010110 | 1011100 | 0 | 1011 | 101 | 111110 | 101000111 | 110 | 100100 |
Color Harmonies of #61565C
Complementary color
Monochromatic Colors of #61565C
Black with #61565C
Text Example
Text Example
White with #61565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61565C; }
p { color: rgb(97,86,92); }
H1.HeaderClassName
{
color: #61565C;
}
.AnyTagClassName
{
color: #61565C;
}
</style>
background-color css
<style>
a { background-color: #61565C; }
a { background-color: rgb(97,86,92); }
div.DivClassName
{
background-color: #61565C;
}
.BgClassName
{
background-color: #61565C;
}
</style>
border-color css
<style>
span { border-color: #61565C; }
span { border-color: rgb(97,86,92); }
td.TdClassName
{
border-color: #61565C;
}
.TagClassName
{
border-color: #61565C;
}
</style>