Shades of Finn #624D54
Tints of Finn #624D54
RGB
CMYK
RGB Variations
Color information
#624D54 (or 0x624D54) is known color: Finn. HEX triplet: 62, 4D and 54. RGB value is (98,77,84). Sum of RGB (Red+Green+Blue) = 98+77+84=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #624D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D54 is #9DB2AB. Grayscale: #545454. Windows color (decimal): -10334892 or 5524834. OLE color: 5524834.
HSL color Cylindrical-coordinate representation of color #624D54: hue angle of 340º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #624D54 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 84 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.62 |
| HSL | 340º | 0.12% | 0.34% | - |
| HSV(B) | 340º | 0.21% | 0.38% | - |
| XYZ | 9.29 | 8.54 | 9.55 | - |
| YUV | 84.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 84 | 0 | 0.21 | 0.14 | 0.62 | 340 | 0.12 | 0.34 |
| Hex | 62 | 4D | 54 | 0 | 15 | E | 3E | 154 | C | 22 |
| Octal | 142 | 115 | 124 | 0 | 25 | 16 | 76 | 524 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1010100 | 0 | 10101 | 1110 | 111110 | 101010100 | 1100 | 100010 |
Color Harmonies of #624D54
Complementary color
Monochromatic Colors of #624D54
Black with #624D54
Text Example
Text Example
White with #624D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D54; }
p { color: rgb(98,77,84); }
H1.HeaderClassName
{
color: #624D54;
}
.AnyTagClassName
{
color: #624D54;
}
</style>
background-color css
<style>
a { background-color: #624D54; }
a { background-color: rgb(98,77,84); }
div.DivClassName
{
background-color: #624D54;
}
.BgClassName
{
background-color: #624D54;
}
</style>
border-color css
<style>
span { border-color: #624D54; }
span { border-color: rgb(98,77,84); }
td.TdClassName
{
border-color: #624D54;
}
.TagClassName
{
border-color: #624D54;
}
</style>