Shades of Finn #624D58
Tints of Finn #624D58
RGB
CMYK
RGB Variations
Color information
#624D58 (or 0x624D58) is known color: Finn. HEX triplet: 62, 4D and 58. RGB value is (98,77,88). Sum of RGB (Red+Green+Blue) = 98+77+88=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #624D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D58 is #9DB2A7. Grayscale: #545454. Windows color (decimal): -10334888 or 5786978. OLE color: 5786978.
HSL color Cylindrical-coordinate representation of color #624D58: hue angle of 328.57º 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 #624D58 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 88 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.62 |
| HSL | 328.57º | 0.12% | 0.34% | - |
| HSV(B) | 328.57º | 0.21% | 0.38% | - |
| XYZ | 9.45 | 8.61 | 10.4 | - |
| YUV | 84.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 88 | 0 | 0.21 | 0.10 | 0.62 | 328.57 | 0.12 | 0.34 |
| Hex | 62 | 4D | 58 | 0 | 15 | A | 3E | 149 | C | 22 |
| Octal | 142 | 115 | 130 | 0 | 25 | 12 | 76 | 511 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1011000 | 0 | 10101 | 1010 | 111110 | 101001001 | 1100 | 100010 |
Color Harmonies of #624D58
Complementary color
Monochromatic Colors of #624D58
Black with #624D58
Text Example
Text Example
White with #624D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D58; }
p { color: rgb(98,77,88); }
H1.HeaderClassName
{
color: #624D58;
}
.AnyTagClassName
{
color: #624D58;
}
</style>
background-color css
<style>
a { background-color: #624D58; }
a { background-color: rgb(98,77,88); }
div.DivClassName
{
background-color: #624D58;
}
.BgClassName
{
background-color: #624D58;
}
</style>
border-color css
<style>
span { border-color: #624D58; }
span { border-color: rgb(98,77,88); }
td.TdClassName
{
border-color: #624D58;
}
.TagClassName
{
border-color: #624D58;
}
</style>