Shades of Liver #604355
Tints of Liver #604355
RGB
CMYK
RGB Variations
Color information
#604355 (or 0x604355) is known color: Liver. HEX triplet: 60, 43 and 55. RGB value is (96,67,85). Sum of RGB (Red+Green+Blue) = 96+67+85=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604355 is #9FBCAA. Grayscale: #4D4D4D. Windows color (decimal): -10468523 or 5587808. OLE color: 5587808.
HSL color Cylindrical-coordinate representation of color #604355: hue angle of 322.76º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604355 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 85 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.62 |
| HSL | 322.76º | 0.18% | 0.32% | - |
| HSV(B) | 322.76º | 0.3% | 0.38% | - |
| XYZ | 8.47 | 7.16 | 9.53 | - |
| YUV | 77.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 85 | 0 | 0.30 | 0.11 | 0.62 | 322.76 | 0.18 | 0.32 |
| Hex | 60 | 43 | 55 | 0 | 1E | B | 3E | 143 | 12 | 20 |
| Octal | 140 | 103 | 125 | 0 | 36 | 13 | 76 | 503 | 22 | 40 |
| Binary | 1100000 | 1000011 | 1010101 | 0 | 11110 | 1011 | 111110 | 101000011 | 10010 | 100000 |
Color Harmonies of #604355
Complementary color
Monochromatic Colors of #604355
Black with #604355
Text Example
Text Example
White with #604355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604355; }
p { color: rgb(96,67,85); }
H1.HeaderClassName
{
color: #604355;
}
.AnyTagClassName
{
color: #604355;
}
</style>
background-color css
<style>
a { background-color: #604355; }
a { background-color: rgb(96,67,85); }
div.DivClassName
{
background-color: #604355;
}
.BgClassName
{
background-color: #604355;
}
</style>
border-color css
<style>
span { border-color: #604355; }
span { border-color: rgb(96,67,85); }
td.TdClassName
{
border-color: #604355;
}
.TagClassName
{
border-color: #604355;
}
</style>