Shades of Finn #624A58
Tints of Finn #624A58
RGB
CMYK
RGB Variations
Color information
#624A58 (or 0x624A58) is known color: Finn. HEX triplet: 62, 4A and 58. RGB value is (98,74,88). Sum of RGB (Red+Green+Blue) = 98+74+88=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #624A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A58 is #9DB5A7. Grayscale: #525252. Windows color (decimal): -10335656 or 5786210. OLE color: 5786210.
HSL color Cylindrical-coordinate representation of color #624A58: hue angle of 325º 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 #624A58 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 88 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.62 |
| HSL | 325º | 0.14% | 0.34% | - |
| HSV(B) | 325º | 0.24% | 0.38% | - |
| XYZ | 9.25 | 8.2 | 10.33 | - |
| YUV | 82.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 88 | 0 | 0.24 | 0.10 | 0.62 | 325 | 0.14 | 0.34 |
| Hex | 62 | 4A | 58 | 0 | 18 | A | 3E | 145 | E | 22 |
| Octal | 142 | 112 | 130 | 0 | 30 | 12 | 76 | 505 | 16 | 42 |
| Binary | 1100010 | 1001010 | 1011000 | 0 | 11000 | 1010 | 111110 | 101000101 | 1110 | 100010 |
Color Harmonies of #624A58
Complementary color
Monochromatic Colors of #624A58
Black with #624A58
Text Example
Text Example
White with #624A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A58; }
p { color: rgb(98,74,88); }
H1.HeaderClassName
{
color: #624A58;
}
.AnyTagClassName
{
color: #624A58;
}
</style>
background-color css
<style>
a { background-color: #624A58; }
a { background-color: rgb(98,74,88); }
div.DivClassName
{
background-color: #624A58;
}
.BgClassName
{
background-color: #624A58;
}
</style>
border-color css
<style>
span { border-color: #624A58; }
span { border-color: rgb(98,74,88); }
td.TdClassName
{
border-color: #624A58;
}
.TagClassName
{
border-color: #624A58;
}
</style>