Shades of Finn #624E56
Tints of Finn #624E56
RGB
CMYK
RGB Variations
Color information
#624E56 (or 0x624E56) is known color: Finn. HEX triplet: 62, 4E and 56. RGB value is (98,78,86). Sum of RGB (Red+Green+Blue) = 98+78+86=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #624E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624E56 is #9DB1A9. Grayscale: #545454. Windows color (decimal): -10334634 or 5656162. OLE color: 5656162.
HSL color Cylindrical-coordinate representation of color #624E56: hue angle of 336º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #624E56 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 86 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.62 |
| HSL | 336º | 0.11% | 0.35% | - |
| HSV(B) | 336º | 0.2% | 0.38% | - |
| XYZ | 9.44 | 8.72 | 9.99 | - |
| YUV | 84.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 86 | 0 | 0.20 | 0.12 | 0.62 | 336 | 0.11 | 0.35 |
| Hex | 62 | 4E | 56 | 0 | 14 | C | 3E | 150 | B | 23 |
| Octal | 142 | 116 | 126 | 0 | 24 | 14 | 76 | 520 | 13 | 43 |
| Binary | 1100010 | 1001110 | 1010110 | 0 | 10100 | 1100 | 111110 | 101010000 | 1011 | 100011 |
Color Harmonies of #624E56
Complementary color
Monochromatic Colors of #624E56
Black with #624E56
Text Example
Text Example
White with #624E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E56; }
p { color: rgb(98,78,86); }
H1.HeaderClassName
{
color: #624E56;
}
.AnyTagClassName
{
color: #624E56;
}
</style>
background-color css
<style>
a { background-color: #624E56; }
a { background-color: rgb(98,78,86); }
div.DivClassName
{
background-color: #624E56;
}
.BgClassName
{
background-color: #624E56;
}
</style>
border-color css
<style>
span { border-color: #624E56; }
span { border-color: rgb(98,78,86); }
td.TdClassName
{
border-color: #624E56;
}
.TagClassName
{
border-color: #624E56;
}
</style>