Shades of Liver #624B5B
Tints of Liver #624B5B
RGB
CMYK
RGB Variations
Color information
#624B5B (or 0x624B5B) is known color: Liver. HEX triplet: 62, 4B and 5B. RGB value is (98,75,91). Sum of RGB (Red+Green+Blue) = 98+75+91=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #624B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B5B is #9DB4A4. Grayscale: #535353. Windows color (decimal): -10335397 or 5983074. OLE color: 5983074.
HSL color Cylindrical-coordinate representation of color #624B5B: hue angle of 318.26º 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 #624B5B is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 91 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.62 |
| HSL | 318.26º | 0.13% | 0.34% | - |
| HSV(B) | 318.26º | 0.23% | 0.38% | - |
| XYZ | 9.44 | 8.38 | 11.02 | - |
| YUV | 83.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 91 | 0 | 0.23 | 0.07 | 0.62 | 318.26 | 0.13 | 0.34 |
| Hex | 62 | 4B | 5B | 0 | 17 | 7 | 3E | 13E | D | 22 |
| Octal | 142 | 113 | 133 | 0 | 27 | 7 | 76 | 476 | 15 | 42 |
| Binary | 1100010 | 1001011 | 1011011 | 0 | 10111 | 111 | 111110 | 100111110 | 1101 | 100010 |
Color Harmonies of #624B5B
Complementary color
Monochromatic Colors of #624B5B
Black with #624B5B
Text Example
Text Example
White with #624B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B5B; }
p { color: rgb(98,75,91); }
H1.HeaderClassName
{
color: #624B5B;
}
.AnyTagClassName
{
color: #624B5B;
}
</style>
background-color css
<style>
a { background-color: #624B5B; }
a { background-color: rgb(98,75,91); }
div.DivClassName
{
background-color: #624B5B;
}
.BgClassName
{
background-color: #624B5B;
}
</style>
border-color css
<style>
span { border-color: #624B5B; }
span { border-color: rgb(98,75,91); }
td.TdClassName
{
border-color: #624B5B;
}
.TagClassName
{
border-color: #624B5B;
}
</style>