Shades of Liver #61525B
Tints of Liver #61525B
RGB
CMYK
RGB Variations
Color information
#61525B (or 0x61525B) is known color: Liver. HEX triplet: 61, 52 and 5B. RGB value is (97,82,91). Sum of RGB (Red+Green+Blue) = 97+82+91=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #61525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61525B is #9EADA4. Grayscale: #575757. Windows color (decimal): -10399141 or 5984865. OLE color: 5984865.
HSL color Cylindrical-coordinate representation of color #61525B: hue angle of 324º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #61525B is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 91 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.62 |
| HSL | 324º | 0.08% | 0.35% | - |
| HSV(B) | 324º | 0.15% | 0.38% | - |
| XYZ | 9.84 | 9.33 | 11.18 | - |
| YUV | 87.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 91 | 0 | 0.15 | 0.06 | 0.62 | 324 | 0.08 | 0.35 |
| Hex | 61 | 52 | 5B | 0 | F | 6 | 3E | 144 | 8 | 23 |
| Octal | 141 | 122 | 133 | 0 | 17 | 6 | 76 | 504 | 10 | 43 |
| Binary | 1100001 | 1010010 | 1011011 | 0 | 1111 | 110 | 111110 | 101000100 | 1000 | 100011 |
Color Harmonies of #61525B
Complementary color
Monochromatic Colors of #61525B
Black with #61525B
Text Example
Text Example
White with #61525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61525B; }
p { color: rgb(97,82,91); }
H1.HeaderClassName
{
color: #61525B;
}
.AnyTagClassName
{
color: #61525B;
}
</style>
background-color css
<style>
a { background-color: #61525B; }
a { background-color: rgb(97,82,91); }
div.DivClassName
{
background-color: #61525B;
}
.BgClassName
{
background-color: #61525B;
}
</style>
border-color css
<style>
span { border-color: #61525B; }
span { border-color: rgb(97,82,91); }
td.TdClassName
{
border-color: #61525B;
}
.TagClassName
{
border-color: #61525B;
}
</style>