Shades of Finn #604850
Tints of Finn #604850
RGB
CMYK
RGB Variations
Color information
#604850 (or 0x604850) is known color: Finn. HEX triplet: 60, 48 and 50. RGB value is (96,72,80). Sum of RGB (Red+Green+Blue) = 96+72+80=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604850 is #9FB7AF. Grayscale: #505050. Windows color (decimal): -10467248 or 5261408. OLE color: 5261408.
HSL color Cylindrical-coordinate representation of color #604850: hue angle of 340º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604850 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 80 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.62 |
| HSL | 340º | 0.14% | 0.33% | - |
| HSV(B) | 340º | 0.25% | 0.38% | - |
| XYZ | 8.59 | 7.7 | 8.62 | - |
| YUV | 80.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 80 | 0 | 0.25 | 0.17 | 0.62 | 340 | 0.14 | 0.33 |
| Hex | 60 | 48 | 50 | 0 | 19 | 11 | 3E | 154 | E | 21 |
| Octal | 140 | 110 | 120 | 0 | 31 | 21 | 76 | 524 | 16 | 41 |
| Binary | 1100000 | 1001000 | 1010000 | 0 | 11001 | 10001 | 111110 | 101010100 | 1110 | 100001 |
Color Harmonies of #604850
Complementary color
Monochromatic Colors of #604850
Black with #604850
Text Example
Text Example
White with #604850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604850; }
p { color: rgb(96,72,80); }
H1.HeaderClassName
{
color: #604850;
}
.AnyTagClassName
{
color: #604850;
}
</style>
background-color css
<style>
a { background-color: #604850; }
a { background-color: rgb(96,72,80); }
div.DivClassName
{
background-color: #604850;
}
.BgClassName
{
background-color: #604850;
}
</style>
border-color css
<style>
span { border-color: #604850; }
span { border-color: rgb(96,72,80); }
td.TdClassName
{
border-color: #604850;
}
.TagClassName
{
border-color: #604850;
}
</style>