Shades of Liver #61535C
Tints of Liver #61535C
RGB
CMYK
RGB Variations
Color information
#61535C (or 0x61535C) is known color: Liver. HEX triplet: 61, 53 and 5C. RGB value is (97,83,92). Sum of RGB (Red+Green+Blue) = 97+83+92=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #61535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535C is #9EACA3. Grayscale: #585858. Windows color (decimal): -10398884 or 6050657. OLE color: 6050657.
HSL color Cylindrical-coordinate representation of color #61535C: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61535C is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 92 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.62 |
| HSL | 321.43º | 0.08% | 0.35% | - |
| HSV(B) | 321.43º | 0.14% | 0.38% | - |
| XYZ | 9.95 | 9.5 | 11.43 | - |
| YUV | 88.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 92 | 0 | 0.14 | 0.05 | 0.62 | 321.43 | 0.08 | 0.35 |
| Hex | 61 | 53 | 5C | 0 | E | 5 | 3E | 141 | 8 | 23 |
| Octal | 141 | 123 | 134 | 0 | 16 | 5 | 76 | 501 | 10 | 43 |
| Binary | 1100001 | 1010011 | 1011100 | 0 | 1110 | 101 | 111110 | 101000001 | 1000 | 100011 |
Color Harmonies of #61535C
Complementary color
Monochromatic Colors of #61535C
Black with #61535C
Text Example
Text Example
White with #61535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61535C; }
p { color: rgb(97,83,92); }
H1.HeaderClassName
{
color: #61535C;
}
.AnyTagClassName
{
color: #61535C;
}
</style>
background-color css
<style>
a { background-color: #61535C; }
a { background-color: rgb(97,83,92); }
div.DivClassName
{
background-color: #61535C;
}
.BgClassName
{
background-color: #61535C;
}
</style>
border-color css
<style>
span { border-color: #61535C; }
span { border-color: rgb(97,83,92); }
td.TdClassName
{
border-color: #61535C;
}
.TagClassName
{
border-color: #61535C;
}
</style>