Shades of Finn #603F51
Tints of Finn #603F51
RGB
CMYK
RGB Variations
Color information
#603F51 (or 0x603F51) is known color: Finn. HEX triplet: 60, 3F and 51. RGB value is (96,63,81). Sum of RGB (Red+Green+Blue) = 96+63+81=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #603F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F51 is #9FC0AE. Grayscale: #4A4A4A. Windows color (decimal): -10469551 or 5324640. OLE color: 5324640.
HSL color Cylindrical-coordinate representation of color #603F51: hue angle of 327.27º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F51 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 81 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.62 |
| HSL | 327.27º | 0.21% | 0.31% | - |
| HSV(B) | 327.27º | 0.34% | 0.38% | - |
| XYZ | 8.09 | 6.64 | 8.64 | - |
| YUV | 74.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 81 | 0 | 0.34 | 0.16 | 0.62 | 327.27 | 0.21 | 0.31 |
| Hex | 60 | 3F | 51 | 0 | 22 | 10 | 3E | 147 | 15 | 1F |
| Octal | 140 | 77 | 121 | 0 | 42 | 20 | 76 | 507 | 25 | 37 |
| Binary | 1100000 | 111111 | 1010001 | 0 | 100010 | 10000 | 111110 | 101000111 | 10101 | 11111 |
Color Harmonies of #603F51
Complementary color
Monochromatic Colors of #603F51
Black with #603F51
Text Example
Text Example
White with #603F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F51; }
p { color: rgb(96,63,81); }
H1.HeaderClassName
{
color: #603F51;
}
.AnyTagClassName
{
color: #603F51;
}
</style>
background-color css
<style>
a { background-color: #603F51; }
a { background-color: rgb(96,63,81); }
div.DivClassName
{
background-color: #603F51;
}
.BgClassName
{
background-color: #603F51;
}
</style>
border-color css
<style>
span { border-color: #603F51; }
span { border-color: rgb(96,63,81); }
td.TdClassName
{
border-color: #603F51;
}
.TagClassName
{
border-color: #603F51;
}
</style>