Shades of Finn #624F59
Tints of Finn #624F59
RGB
CMYK
RGB Variations
Color information
#624F59 (or 0x624F59) is known color: Finn. HEX triplet: 62, 4F and 59. RGB value is (98,79,89). Sum of RGB (Red+Green+Blue) = 98+79+89=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #624F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F59 is #9DB0A6. Grayscale: #555555. Windows color (decimal): -10334375 or 5853026. OLE color: 5853026.
HSL color Cylindrical-coordinate representation of color #624F59: hue angle of 328.42º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F59 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 89 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.62 |
| HSL | 328.42º | 0.11% | 0.35% | - |
| HSV(B) | 328.42º | 0.19% | 0.38% | - |
| XYZ | 9.64 | 8.91 | 10.66 | - |
| YUV | 85.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 89 | 0 | 0.19 | 0.09 | 0.62 | 328.42 | 0.11 | 0.35 |
| Hex | 62 | 4F | 59 | 0 | 13 | 9 | 3E | 148 | B | 23 |
| Octal | 142 | 117 | 131 | 0 | 23 | 11 | 76 | 510 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1011001 | 0 | 10011 | 1001 | 111110 | 101001000 | 1011 | 100011 |
Color Harmonies of #624F59
Complementary color
Monochromatic Colors of #624F59
Black with #624F59
Text Example
Text Example
White with #624F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F59; }
p { color: rgb(98,79,89); }
H1.HeaderClassName
{
color: #624F59;
}
.AnyTagClassName
{
color: #624F59;
}
</style>
background-color css
<style>
a { background-color: #624F59; }
a { background-color: rgb(98,79,89); }
div.DivClassName
{
background-color: #624F59;
}
.BgClassName
{
background-color: #624F59;
}
</style>
border-color css
<style>
span { border-color: #624F59; }
span { border-color: rgb(98,79,89); }
td.TdClassName
{
border-color: #624F59;
}
.TagClassName
{
border-color: #624F59;
}
</style>