Shades of Finn #62404F
Tints of Finn #62404F
RGB
CMYK
RGB Variations
Color information
#62404F (or 0x62404F) is known color: Finn. HEX triplet: 62, 40 and 4F. RGB value is (98,64,79). Sum of RGB (Red+Green+Blue) = 98+64+79=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #62404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62404F is #9DBFB0. Grayscale: #4B4B4B. Windows color (decimal): -10338225 or 5193826. OLE color: 5193826.
HSL color Cylindrical-coordinate representation of color #62404F: hue angle of 333.53º 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 #62404F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 79 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.62 |
| HSL | 333.53º | 0.21% | 0.32% | - |
| HSV(B) | 333.53º | 0.35% | 0.38% | - |
| XYZ | 8.28 | 6.83 | 8.28 | - |
| YUV | 75.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 79 | 0 | 0.35 | 0.19 | 0.62 | 333.53 | 0.21 | 0.32 |
| Hex | 62 | 40 | 4F | 0 | 23 | 13 | 3E | 14E | 15 | 20 |
| Octal | 142 | 100 | 117 | 0 | 43 | 23 | 76 | 516 | 25 | 40 |
| Binary | 1100010 | 1000000 | 1001111 | 0 | 100011 | 10011 | 111110 | 101001110 | 10101 | 100000 |
Color Harmonies of #62404F
Complementary color
Monochromatic Colors of #62404F
Black with #62404F
Text Example
Text Example
White with #62404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62404F; }
p { color: rgb(98,64,79); }
H1.HeaderClassName
{
color: #62404F;
}
.AnyTagClassName
{
color: #62404F;
}
</style>
background-color css
<style>
a { background-color: #62404F; }
a { background-color: rgb(98,64,79); }
div.DivClassName
{
background-color: #62404F;
}
.BgClassName
{
background-color: #62404F;
}
</style>
border-color css
<style>
span { border-color: #62404F; }
span { border-color: rgb(98,64,79); }
td.TdClassName
{
border-color: #62404F;
}
.TagClassName
{
border-color: #62404F;
}
</style>