Shades of Liver #624A5A
Tints of Liver #624A5A
RGB
CMYK
RGB Variations
Color information
#624A5A (or 0x624A5A) is known color: Liver. HEX triplet: 62, 4A and 5A. RGB value is (98,74,90). Sum of RGB (Red+Green+Blue) = 98+74+90=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #624A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A5A is #9DB5A5. Grayscale: #525252. Windows color (decimal): -10335654 or 5917282. OLE color: 5917282.
HSL color Cylindrical-coordinate representation of color #624A5A: hue angle of 320º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A5A is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 90 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.62 |
| HSL | 320º | 0.14% | 0.34% | - |
| HSV(B) | 320º | 0.24% | 0.38% | - |
| XYZ | 9.33 | 8.23 | 10.77 | - |
| YUV | 83 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 90 | 0 | 0.24 | 0.08 | 0.62 | 320 | 0.14 | 0.34 |
| Hex | 62 | 4A | 5A | 0 | 18 | 8 | 3E | 140 | E | 22 |
| Octal | 142 | 112 | 132 | 0 | 30 | 10 | 76 | 500 | 16 | 42 |
| Binary | 1100010 | 1001010 | 1011010 | 0 | 11000 | 1000 | 111110 | 101000000 | 1110 | 100010 |
Color Harmonies of #624A5A
Complementary color
Monochromatic Colors of #624A5A
Black with #624A5A
Text Example
Text Example
White with #624A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A5A; }
p { color: rgb(98,74,90); }
H1.HeaderClassName
{
color: #624A5A;
}
.AnyTagClassName
{
color: #624A5A;
}
</style>
background-color css
<style>
a { background-color: #624A5A; }
a { background-color: rgb(98,74,90); }
div.DivClassName
{
background-color: #624A5A;
}
.BgClassName
{
background-color: #624A5A;
}
</style>
border-color css
<style>
span { border-color: #624A5A; }
span { border-color: rgb(98,74,90); }
td.TdClassName
{
border-color: #624A5A;
}
.TagClassName
{
border-color: #624A5A;
}
</style>