Shades of Finn #624A56
Tints of Finn #624A56
RGB
CMYK
RGB Variations
Color information
#624A56 (or 0x624A56) is known color: Finn. HEX triplet: 62, 4A and 56. RGB value is (98,74,86). Sum of RGB (Red+Green+Blue) = 98+74+86=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #624A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A56 is #9DB5A9. Grayscale: #525252. Windows color (decimal): -10335658 or 5655138. OLE color: 5655138.
HSL color Cylindrical-coordinate representation of color #624A56: hue angle of 330º 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 #624A56 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 86 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.62 |
| HSL | 330º | 0.14% | 0.34% | - |
| HSV(B) | 330º | 0.24% | 0.38% | - |
| XYZ | 9.17 | 8.17 | 9.9 | - |
| YUV | 82.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 86 | 0 | 0.24 | 0.12 | 0.62 | 330 | 0.14 | 0.34 |
| Hex | 62 | 4A | 56 | 0 | 18 | C | 3E | 14A | E | 22 |
| Octal | 142 | 112 | 126 | 0 | 30 | 14 | 76 | 512 | 16 | 42 |
| Binary | 1100010 | 1001010 | 1010110 | 0 | 11000 | 1100 | 111110 | 101001010 | 1110 | 100010 |
Color Harmonies of #624A56
Complementary color
Monochromatic Colors of #624A56
Black with #624A56
Text Example
Text Example
White with #624A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A56; }
p { color: rgb(98,74,86); }
H1.HeaderClassName
{
color: #624A56;
}
.AnyTagClassName
{
color: #624A56;
}
</style>
background-color css
<style>
a { background-color: #624A56; }
a { background-color: rgb(98,74,86); }
div.DivClassName
{
background-color: #624A56;
}
.BgClassName
{
background-color: #624A56;
}
</style>
border-color css
<style>
span { border-color: #624A56; }
span { border-color: rgb(98,74,86); }
td.TdClassName
{
border-color: #624A56;
}
.TagClassName
{
border-color: #624A56;
}
</style>