Shades of Finn #60424E
Tints of Finn #60424E
RGB
CMYK
RGB Variations
Color information
#60424E (or 0x60424E) is known color: Finn. HEX triplet: 60, 42 and 4E. RGB value is (96,66,78). Sum of RGB (Red+Green+Blue) = 96+66+78=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60424E is #9FBDB1. Grayscale: #4C4C4C. Windows color (decimal): -10468786 or 5128800. OLE color: 5128800.
HSL color Cylindrical-coordinate representation of color #60424E: hue angle of 336º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60424E is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 78 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.62 |
| HSL | 336º | 0.19% | 0.32% | - |
| HSV(B) | 336º | 0.31% | 0.38% | - |
| XYZ | 8.15 | 6.93 | 8.12 | - |
| YUV | 76.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 78 | 0 | 0.31 | 0.19 | 0.62 | 336 | 0.19 | 0.32 |
| Hex | 60 | 42 | 4E | 0 | 1F | 13 | 3E | 150 | 13 | 20 |
| Octal | 140 | 102 | 116 | 0 | 37 | 23 | 76 | 520 | 23 | 40 |
| Binary | 1100000 | 1000010 | 1001110 | 0 | 11111 | 10011 | 111110 | 101010000 | 10011 | 100000 |
Color Harmonies of #60424E
Complementary color
Monochromatic Colors of #60424E
Black with #60424E
Text Example
Text Example
White with #60424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60424E; }
p { color: rgb(96,66,78); }
H1.HeaderClassName
{
color: #60424E;
}
.AnyTagClassName
{
color: #60424E;
}
</style>
background-color css
<style>
a { background-color: #60424E; }
a { background-color: rgb(96,66,78); }
div.DivClassName
{
background-color: #60424E;
}
.BgClassName
{
background-color: #60424E;
}
</style>
border-color css
<style>
span { border-color: #60424E; }
span { border-color: rgb(96,66,78); }
td.TdClassName
{
border-color: #60424E;
}
.TagClassName
{
border-color: #60424E;
}
</style>