Shades of Finn #62404E
Tints of Finn #62404E
RGB
CMYK
RGB Variations
Color information
#62404E (or 0x62404E) is known color: Finn. HEX triplet: 62, 40 and 4E. RGB value is (98,64,78). Sum of RGB (Red+Green+Blue) = 98+64+78=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62404E is #9DBFB1. Grayscale: #4B4B4B. Windows color (decimal): -10338226 or 5128290. OLE color: 5128290.
HSL color Cylindrical-coordinate representation of color #62404E: hue angle of 335.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62404E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 78 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.62 |
| HSL | 335.29º | 0.21% | 0.32% | - |
| HSV(B) | 335.29º | 0.35% | 0.38% | - |
| XYZ | 8.25 | 6.81 | 8.09 | - |
| YUV | 75.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 78 | 0 | 0.35 | 0.20 | 0.62 | 335.29 | 0.21 | 0.32 |
| Hex | 62 | 40 | 4E | 0 | 23 | 14 | 3E | 14F | 15 | 20 |
| Octal | 142 | 100 | 116 | 0 | 43 | 24 | 76 | 517 | 25 | 40 |
| Binary | 1100010 | 1000000 | 1001110 | 0 | 100011 | 10100 | 111110 | 101001111 | 10101 | 100000 |
Color Harmonies of #62404E
Complementary color
Monochromatic Colors of #62404E
Black with #62404E
Text Example
Text Example
White with #62404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62404E; }
p { color: rgb(98,64,78); }
H1.HeaderClassName
{
color: #62404E;
}
.AnyTagClassName
{
color: #62404E;
}
</style>
background-color css
<style>
a { background-color: #62404E; }
a { background-color: rgb(98,64,78); }
div.DivClassName
{
background-color: #62404E;
}
.BgClassName
{
background-color: #62404E;
}
</style>
border-color css
<style>
span { border-color: #62404E; }
span { border-color: rgb(98,64,78); }
td.TdClassName
{
border-color: #62404E;
}
.TagClassName
{
border-color: #62404E;
}
</style>