Shades of Liver #634D5C
Tints of Liver #634D5C
RGB
CMYK
RGB Variations
Color information
#634D5C (or 0x634D5C) is known color: Liver. HEX triplet: 63, 4D and 5C. RGB value is (99,77,92). Sum of RGB (Red+Green+Blue) = 99+77+92=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #634D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D5C is #9CB2A3. Grayscale: #555555. Windows color (decimal): -10269348 or 6049123. OLE color: 6049123.
HSL color Cylindrical-coordinate representation of color #634D5C: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D5C is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 92 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.61 |
| HSL | 319.09º | 0.13% | 0.35% | - |
| HSV(B) | 319.09º | 0.22% | 0.39% | - |
| XYZ | 9.73 | 8.73 | 11.3 | - |
| YUV | 85.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 92 | 0 | 0.22 | 0.07 | 0.61 | 319.09 | 0.13 | 0.35 |
| Hex | 63 | 4D | 5C | 0 | 16 | 7 | 3D | 13F | C | 23 |
| Octal | 143 | 115 | 134 | 0 | 26 | 7 | 75 | 477 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1011100 | 0 | 10110 | 111 | 111101 | 100111111 | 1100 | 100011 |
Color Harmonies of #634D5C
Complementary color
Monochromatic Colors of #634D5C
Black with #634D5C
Text Example
Text Example
White with #634D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D5C; }
p { color: rgb(99,77,92); }
H1.HeaderClassName
{
color: #634D5C;
}
.AnyTagClassName
{
color: #634D5C;
}
</style>
background-color css
<style>
a { background-color: #634D5C; }
a { background-color: rgb(99,77,92); }
div.DivClassName
{
background-color: #634D5C;
}
.BgClassName
{
background-color: #634D5C;
}
</style>
border-color css
<style>
span { border-color: #634D5C; }
span { border-color: rgb(99,77,92); }
td.TdClassName
{
border-color: #634D5C;
}
.TagClassName
{
border-color: #634D5C;
}
</style>