Shades of Finn #624D55
Tints of Finn #624D55
RGB
CMYK
RGB Variations
Color information
#624D55 (or 0x624D55) is known color: Finn. HEX triplet: 62, 4D and 55. RGB value is (98,77,85). Sum of RGB (Red+Green+Blue) = 98+77+85=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #624D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D55 is #9DB2AA. Grayscale: #545454. Windows color (decimal): -10334891 or 5590370. OLE color: 5590370.
HSL color Cylindrical-coordinate representation of color #624D55: hue angle of 337.14º 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 #624D55 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 85 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.62 |
| HSL | 337.14º | 0.12% | 0.34% | - |
| HSV(B) | 337.14º | 0.21% | 0.38% | - |
| XYZ | 9.33 | 8.56 | 9.75 | - |
| YUV | 84.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 85 | 0 | 0.21 | 0.13 | 0.62 | 337.14 | 0.12 | 0.34 |
| Hex | 62 | 4D | 55 | 0 | 15 | D | 3E | 151 | C | 22 |
| Octal | 142 | 115 | 125 | 0 | 25 | 15 | 76 | 521 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1010101 | 0 | 10101 | 1101 | 111110 | 101010001 | 1100 | 100010 |
Color Harmonies of #624D55
Complementary color
Monochromatic Colors of #624D55
Black with #624D55
Text Example
Text Example
White with #624D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D55; }
p { color: rgb(98,77,85); }
H1.HeaderClassName
{
color: #624D55;
}
.AnyTagClassName
{
color: #624D55;
}
</style>
background-color css
<style>
a { background-color: #624D55; }
a { background-color: rgb(98,77,85); }
div.DivClassName
{
background-color: #624D55;
}
.BgClassName
{
background-color: #624D55;
}
</style>
border-color css
<style>
span { border-color: #624D55; }
span { border-color: rgb(98,77,85); }
td.TdClassName
{
border-color: #624D55;
}
.TagClassName
{
border-color: #624D55;
}
</style>