Shades of Liver #634C5C
Tints of Liver #634C5C
RGB
CMYK
RGB Variations
Color information
#634C5C (or 0x634C5C) is known color: Liver. HEX triplet: 63, 4C and 5C. RGB value is (99,76,92). Sum of RGB (Red+Green+Blue) = 99+76+92=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C5C is #9CB3A3. Grayscale: #545454. Windows color (decimal): -10269604 or 6048867. OLE color: 6048867.
HSL color Cylindrical-coordinate representation of color #634C5C: hue angle of 318.26º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634C5C is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 92 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.61 |
| HSL | 318.26º | 0.13% | 0.34% | - |
| HSV(B) | 318.26º | 0.23% | 0.39% | - |
| XYZ | 9.66 | 8.59 | 11.27 | - |
| YUV | 84.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 92 | 0 | 0.23 | 0.07 | 0.61 | 318.26 | 0.13 | 0.34 |
| Hex | 63 | 4C | 5C | 0 | 17 | 7 | 3D | 13E | D | 22 |
| Octal | 143 | 114 | 134 | 0 | 27 | 7 | 75 | 476 | 15 | 42 |
| Binary | 1100011 | 1001100 | 1011100 | 0 | 10111 | 111 | 111101 | 100111110 | 1101 | 100010 |
Color Harmonies of #634C5C
Complementary color
Monochromatic Colors of #634C5C
Black with #634C5C
Text Example
Text Example
White with #634C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C5C; }
p { color: rgb(99,76,92); }
H1.HeaderClassName
{
color: #634C5C;
}
.AnyTagClassName
{
color: #634C5C;
}
</style>
background-color css
<style>
a { background-color: #634C5C; }
a { background-color: rgb(99,76,92); }
div.DivClassName
{
background-color: #634C5C;
}
.BgClassName
{
background-color: #634C5C;
}
</style>
border-color css
<style>
span { border-color: #634C5C; }
span { border-color: rgb(99,76,92); }
td.TdClassName
{
border-color: #634C5C;
}
.TagClassName
{
border-color: #634C5C;
}
</style>