Shades of Liver #624B5A
Tints of Liver #624B5A
RGB
CMYK
RGB Variations
Color information
#624B5A (or 0x624B5A) is known color: Liver. HEX triplet: 62, 4B and 5A. RGB value is (98,75,90). Sum of RGB (Red+Green+Blue) = 98+75+90=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5A is #9DB4A5. Grayscale: #535353. Windows color (decimal): -10335398 or 5917538. OLE color: 5917538.
HSL color Cylindrical-coordinate representation of color #624B5A: hue angle of 320.87º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #624B5A is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 90 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.62 |
| HSL | 320.87º | 0.13% | 0.34% | - |
| HSV(B) | 320.87º | 0.23% | 0.38% | - |
| XYZ | 9.4 | 8.37 | 10.79 | - |
| YUV | 83.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 90 | 0 | 0.23 | 0.08 | 0.62 | 320.87 | 0.13 | 0.34 |
| Hex | 62 | 4B | 5A | 0 | 17 | 8 | 3E | 141 | D | 22 |
| Octal | 142 | 113 | 132 | 0 | 27 | 10 | 76 | 501 | 15 | 42 |
| Binary | 1100010 | 1001011 | 1011010 | 0 | 10111 | 1000 | 111110 | 101000001 | 1101 | 100010 |
Color Harmonies of #624B5A
Complementary color
Monochromatic Colors of #624B5A
Black with #624B5A
Text Example
Text Example
White with #624B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B5A; }
p { color: rgb(98,75,90); }
H1.HeaderClassName
{
color: #624B5A;
}
.AnyTagClassName
{
color: #624B5A;
}
</style>
background-color css
<style>
a { background-color: #624B5A; }
a { background-color: rgb(98,75,90); }
div.DivClassName
{
background-color: #624B5A;
}
.BgClassName
{
background-color: #624B5A;
}
</style>
border-color css
<style>
span { border-color: #624B5A; }
span { border-color: rgb(98,75,90); }
td.TdClassName
{
border-color: #624B5A;
}
.TagClassName
{
border-color: #624B5A;
}
</style>