Shades of Finn #604D54
Tints of Finn #604D54
RGB
CMYK
RGB Variations
Color information
#604D54 (or 0x604D54) is known color: Finn. HEX triplet: 60, 4D and 54. RGB value is (96,77,84). Sum of RGB (Red+Green+Blue) = 96+77+84=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #604D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D54 is #9FB2AB. Grayscale: #535353. Windows color (decimal): -10465964 or 5524832. OLE color: 5524832.
HSL color Cylindrical-coordinate representation of color #604D54: hue angle of 337.89º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #604D54 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 84 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.62 |
| HSL | 337.89º | 0.11% | 0.34% | - |
| HSV(B) | 337.89º | 0.2% | 0.38% | - |
| XYZ | 9.08 | 8.43 | 9.54 | - |
| YUV | 83.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 84 | 0 | 0.20 | 0.12 | 0.62 | 337.89 | 0.11 | 0.34 |
| Hex | 60 | 4D | 54 | 0 | 14 | C | 3E | 152 | B | 22 |
| Octal | 140 | 115 | 124 | 0 | 24 | 14 | 76 | 522 | 13 | 42 |
| Binary | 1100000 | 1001101 | 1010100 | 0 | 10100 | 1100 | 111110 | 101010010 | 1011 | 100010 |
Color Harmonies of #604D54
Complementary color
Monochromatic Colors of #604D54
Black with #604D54
Text Example
Text Example
White with #604D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D54; }
p { color: rgb(96,77,84); }
H1.HeaderClassName
{
color: #604D54;
}
.AnyTagClassName
{
color: #604D54;
}
</style>
background-color css
<style>
a { background-color: #604D54; }
a { background-color: rgb(96,77,84); }
div.DivClassName
{
background-color: #604D54;
}
.BgClassName
{
background-color: #604D54;
}
</style>
border-color css
<style>
span { border-color: #604D54; }
span { border-color: rgb(96,77,84); }
td.TdClassName
{
border-color: #604D54;
}
.TagClassName
{
border-color: #604D54;
}
</style>