Shades of Finn #604C56
Tints of Finn #604C56
RGB
CMYK
RGB Variations
Color information
#604C56 (or 0x604C56) is known color: Finn. HEX triplet: 60, 4C and 56. RGB value is (96,76,86). Sum of RGB (Red+Green+Blue) = 96+76+86=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #604C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C56 is #9FB3A9. Grayscale: #535353. Windows color (decimal): -10466218 or 5655648. OLE color: 5655648.
HSL color Cylindrical-coordinate representation of color #604C56: hue angle of 330º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604C56 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 86 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.62 |
| HSL | 330º | 0.12% | 0.34% | - |
| HSV(B) | 330º | 0.21% | 0.38% | - |
| XYZ | 9.09 | 8.33 | 9.93 | - |
| YUV | 83.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 86 | 0 | 0.21 | 0.10 | 0.62 | 330 | 0.12 | 0.34 |
| Hex | 60 | 4C | 56 | 0 | 15 | A | 3E | 14A | C | 22 |
| Octal | 140 | 114 | 126 | 0 | 25 | 12 | 76 | 512 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1010110 | 0 | 10101 | 1010 | 111110 | 101001010 | 1100 | 100010 |
Color Harmonies of #604C56
Complementary color
Monochromatic Colors of #604C56
Black with #604C56
Text Example
Text Example
White with #604C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C56; }
p { color: rgb(96,76,86); }
H1.HeaderClassName
{
color: #604C56;
}
.AnyTagClassName
{
color: #604C56;
}
</style>
background-color css
<style>
a { background-color: #604C56; }
a { background-color: rgb(96,76,86); }
div.DivClassName
{
background-color: #604C56;
}
.BgClassName
{
background-color: #604C56;
}
</style>
border-color css
<style>
span { border-color: #604C56; }
span { border-color: rgb(96,76,86); }
td.TdClassName
{
border-color: #604C56;
}
.TagClassName
{
border-color: #604C56;
}
</style>