Shades of Finn #604A56
Tints of Finn #604A56
RGB
CMYK
RGB Variations
Color information
#604A56 (or 0x604A56) is known color: Finn. HEX triplet: 60, 4A and 56. RGB value is (96,74,86). Sum of RGB (Red+Green+Blue) = 96+74+86=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A56 is #9FB5A9. Grayscale: #515151. Windows color (decimal): -10466730 or 5655136. OLE color: 5655136.
HSL color Cylindrical-coordinate representation of color #604A56: hue angle of 327.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #604A56 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 86 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.62 |
| HSL | 327.27º | 0.13% | 0.33% | - |
| HSV(B) | 327.27º | 0.23% | 0.38% | - |
| XYZ | 8.95 | 8.06 | 9.89 | - |
| YUV | 81.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 86 | 0 | 0.23 | 0.10 | 0.62 | 327.27 | 0.13 | 0.33 |
| Hex | 60 | 4A | 56 | 0 | 17 | A | 3E | 147 | D | 21 |
| Octal | 140 | 112 | 126 | 0 | 27 | 12 | 76 | 507 | 15 | 41 |
| Binary | 1100000 | 1001010 | 1010110 | 0 | 10111 | 1010 | 111110 | 101000111 | 1101 | 100001 |
Color Harmonies of #604A56
Complementary color
Monochromatic Colors of #604A56
Black with #604A56
Text Example
Text Example
White with #604A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A56; }
p { color: rgb(96,74,86); }
H1.HeaderClassName
{
color: #604A56;
}
.AnyTagClassName
{
color: #604A56;
}
</style>
background-color css
<style>
a { background-color: #604A56; }
a { background-color: rgb(96,74,86); }
div.DivClassName
{
background-color: #604A56;
}
.BgClassName
{
background-color: #604A56;
}
</style>
border-color css
<style>
span { border-color: #604A56; }
span { border-color: rgb(96,74,86); }
td.TdClassName
{
border-color: #604A56;
}
.TagClassName
{
border-color: #604A56;
}
</style>