Shades of Liver #61535B
Tints of Liver #61535B
RGB
CMYK
RGB Variations
Color information
#61535B (or 0x61535B) is known color: Liver. HEX triplet: 61, 53 and 5B. RGB value is (97,83,91). Sum of RGB (Red+Green+Blue) = 97+83+91=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #61535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535B is #9EACA4. Grayscale: #585858. Windows color (decimal): -10398885 or 5985121. OLE color: 5985121.
HSL color Cylindrical-coordinate representation of color #61535B: hue angle of 325.71º 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 #61535B is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 83 | 91 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.62 |
| HSL | 325.71º | 0.08% | 0.35% | - |
| HSV(B) | 325.71º | 0.14% | 0.38% | - |
| XYZ | 9.91 | 9.48 | 11.21 | - |
| YUV | 88.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 91 | 0 | 0.14 | 0.06 | 0.62 | 325.71 | 0.08 | 0.35 |
| Hex | 61 | 53 | 5B | 0 | E | 6 | 3E | 146 | 8 | 23 |
| Octal | 141 | 123 | 133 | 0 | 16 | 6 | 76 | 506 | 10 | 43 |
| Binary | 1100001 | 1010011 | 1011011 | 0 | 1110 | 110 | 111110 | 101000110 | 1000 | 100011 |
Color Harmonies of #61535B
Complementary color
Monochromatic Colors of #61535B
Black with #61535B
Text Example
Text Example
White with #61535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61535B; }
p { color: rgb(97,83,91); }
H1.HeaderClassName
{
color: #61535B;
}
.AnyTagClassName
{
color: #61535B;
}
</style>
background-color css
<style>
a { background-color: #61535B; }
a { background-color: rgb(97,83,91); }
div.DivClassName
{
background-color: #61535B;
}
.BgClassName
{
background-color: #61535B;
}
</style>
border-color css
<style>
span { border-color: #61535B; }
span { border-color: rgb(97,83,91); }
td.TdClassName
{
border-color: #61535B;
}
.TagClassName
{
border-color: #61535B;
}
</style>