Shades of Finn #624A59
Tints of Finn #624A59
RGB
CMYK
RGB Variations
Color information
#624A59 (or 0x624A59) is known color: Finn. HEX triplet: 62, 4A and 59. RGB value is (98,74,89). Sum of RGB (Red+Green+Blue) = 98+74+89=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #624A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A59 is #9DB5A6. Grayscale: #525252. Windows color (decimal): -10335655 or 5851746. OLE color: 5851746.
HSL color Cylindrical-coordinate representation of color #624A59: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A59 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 89 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.62 |
| HSL | 322.5º | 0.14% | 0.34% | - |
| HSV(B) | 322.5º | 0.24% | 0.38% | - |
| XYZ | 9.29 | 8.22 | 10.55 | - |
| YUV | 82.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 89 | 0 | 0.24 | 0.09 | 0.62 | 322.5 | 0.14 | 0.34 |
| Hex | 62 | 4A | 59 | 0 | 18 | 9 | 3E | 142 | E | 22 |
| Octal | 142 | 112 | 131 | 0 | 30 | 11 | 76 | 502 | 16 | 42 |
| Binary | 1100010 | 1001010 | 1011001 | 0 | 11000 | 1001 | 111110 | 101000010 | 1110 | 100010 |
Color Harmonies of #624A59
Complementary color
Monochromatic Colors of #624A59
Black with #624A59
Text Example
Text Example
White with #624A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A59; }
p { color: rgb(98,74,89); }
H1.HeaderClassName
{
color: #624A59;
}
.AnyTagClassName
{
color: #624A59;
}
</style>
background-color css
<style>
a { background-color: #624A59; }
a { background-color: rgb(98,74,89); }
div.DivClassName
{
background-color: #624A59;
}
.BgClassName
{
background-color: #624A59;
}
</style>
border-color css
<style>
span { border-color: #624A59; }
span { border-color: rgb(98,74,89); }
td.TdClassName
{
border-color: #624A59;
}
.TagClassName
{
border-color: #624A59;
}
</style>