Shades of Finn #604C54
Tints of Finn #604C54
RGB
CMYK
RGB Variations
Color information
#604C54 (or 0x604C54) is known color: Finn. HEX triplet: 60, 4C and 54. RGB value is (96,76,84). Sum of RGB (Red+Green+Blue) = 96+76+84=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C54 is #9FB3AB. Grayscale: #525252. Windows color (decimal): -10466220 or 5524576. OLE color: 5524576.
HSL color Cylindrical-coordinate representation of color #604C54: hue angle of 336º 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 #604C54 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 84 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.62 |
| HSL | 336º | 0.12% | 0.34% | - |
| HSV(B) | 336º | 0.21% | 0.38% | - |
| XYZ | 9.01 | 8.3 | 9.51 | - |
| YUV | 82.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 84 | 0 | 0.21 | 0.12 | 0.62 | 336 | 0.12 | 0.34 |
| Hex | 60 | 4C | 54 | 0 | 15 | C | 3E | 150 | C | 22 |
| Octal | 140 | 114 | 124 | 0 | 25 | 14 | 76 | 520 | 14 | 42 |
| Binary | 1100000 | 1001100 | 1010100 | 0 | 10101 | 1100 | 111110 | 101010000 | 1100 | 100010 |
Color Harmonies of #604C54
Complementary color
Monochromatic Colors of #604C54
Black with #604C54
Text Example
Text Example
White with #604C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C54; }
p { color: rgb(96,76,84); }
H1.HeaderClassName
{
color: #604C54;
}
.AnyTagClassName
{
color: #604C54;
}
</style>
background-color css
<style>
a { background-color: #604C54; }
a { background-color: rgb(96,76,84); }
div.DivClassName
{
background-color: #604C54;
}
.BgClassName
{
background-color: #604C54;
}
</style>
border-color css
<style>
span { border-color: #604C54; }
span { border-color: rgb(96,76,84); }
td.TdClassName
{
border-color: #604C54;
}
.TagClassName
{
border-color: #604C54;
}
</style>