Shades of Finn #604150
Tints of Finn #604150
RGB
CMYK
RGB Variations
Color information
#604150 (or 0x604150) is known color: Finn. HEX triplet: 60, 41 and 50. RGB value is (96,65,80). Sum of RGB (Red+Green+Blue) = 96+65+80=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604150 is #9FBEAF. Grayscale: #4B4B4B. Windows color (decimal): -10469040 or 5259616. OLE color: 5259616.
HSL color Cylindrical-coordinate representation of color #604150: hue angle of 330.97º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604150 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 80 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.62 |
| HSL | 330.97º | 0.19% | 0.32% | - |
| HSV(B) | 330.97º | 0.32% | 0.38% | - |
| XYZ | 8.16 | 6.85 | 8.48 | - |
| YUV | 75.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 80 | 0 | 0.32 | 0.17 | 0.62 | 330.97 | 0.19 | 0.32 |
| Hex | 60 | 41 | 50 | 0 | 20 | 11 | 3E | 14B | 13 | 20 |
| Octal | 140 | 101 | 120 | 0 | 40 | 21 | 76 | 513 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1010000 | 0 | 100000 | 10001 | 111110 | 101001011 | 10011 | 100000 |
Color Harmonies of #604150
Complementary color
Monochromatic Colors of #604150
Black with #604150
Text Example
Text Example
White with #604150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604150; }
p { color: rgb(96,65,80); }
H1.HeaderClassName
{
color: #604150;
}
.AnyTagClassName
{
color: #604150;
}
</style>
background-color css
<style>
a { background-color: #604150; }
a { background-color: rgb(96,65,80); }
div.DivClassName
{
background-color: #604150;
}
.BgClassName
{
background-color: #604150;
}
</style>
border-color css
<style>
span { border-color: #604150; }
span { border-color: rgb(96,65,80); }
td.TdClassName
{
border-color: #604150;
}
.TagClassName
{
border-color: #604150;
}
</style>