Shades of Liver #624F5B
Tints of Liver #624F5B
RGB
CMYK
RGB Variations
Color information
#624F5B (or 0x624F5B) is known color: Liver. HEX triplet: 62, 4F and 5B. RGB value is (98,79,91). Sum of RGB (Red+Green+Blue) = 98+79+91=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #624F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F5B is #9DB0A4. Grayscale: #565656. Windows color (decimal): -10334373 or 5984098. OLE color: 5984098.
HSL color Cylindrical-coordinate representation of color #624F5B: hue angle of 322.11º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F5B is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 91 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.62 |
| HSL | 322.11º | 0.11% | 0.35% | - |
| HSV(B) | 322.11º | 0.19% | 0.38% | - |
| XYZ | 9.72 | 8.94 | 11.11 | - |
| YUV | 86.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 91 | 0 | 0.19 | 0.07 | 0.62 | 322.11 | 0.11 | 0.35 |
| Hex | 62 | 4F | 5B | 0 | 13 | 7 | 3E | 142 | B | 23 |
| Octal | 142 | 117 | 133 | 0 | 23 | 7 | 76 | 502 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1011011 | 0 | 10011 | 111 | 111110 | 101000010 | 1011 | 100011 |
Color Harmonies of #624F5B
Complementary color
Monochromatic Colors of #624F5B
Black with #624F5B
Text Example
Text Example
White with #624F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F5B; }
p { color: rgb(98,79,91); }
H1.HeaderClassName
{
color: #624F5B;
}
.AnyTagClassName
{
color: #624F5B;
}
</style>
background-color css
<style>
a { background-color: #624F5B; }
a { background-color: rgb(98,79,91); }
div.DivClassName
{
background-color: #624F5B;
}
.BgClassName
{
background-color: #624F5B;
}
</style>
border-color css
<style>
span { border-color: #624F5B; }
span { border-color: rgb(98,79,91); }
td.TdClassName
{
border-color: #624F5B;
}
.TagClassName
{
border-color: #624F5B;
}
</style>