Shades of Finn #624855
Tints of Finn #624855
RGB
CMYK
RGB Variations
Color information
#624855 (or 0x624855) is known color: Finn. HEX triplet: 62, 48 and 55. RGB value is (98,72,85). Sum of RGB (Red+Green+Blue) = 98+72+85=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #624855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624855 is #9DB7AA. Grayscale: #515151. Windows color (decimal): -10336171 or 5589090. OLE color: 5589090.
HSL color Cylindrical-coordinate representation of color #624855: hue angle of 330º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624855 is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 85 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.62 |
| HSL | 330º | 0.15% | 0.33% | - |
| HSV(B) | 330º | 0.27% | 0.38% | - |
| XYZ | 8.99 | 7.89 | 9.64 | - |
| YUV | 81.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 85 | 0 | 0.27 | 0.13 | 0.62 | 330 | 0.15 | 0.33 |
| Hex | 62 | 48 | 55 | 0 | 1B | D | 3E | 14A | F | 21 |
| Octal | 142 | 110 | 125 | 0 | 33 | 15 | 76 | 512 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1010101 | 0 | 11011 | 1101 | 111110 | 101001010 | 1111 | 100001 |
Color Harmonies of #624855
Complementary color
Monochromatic Colors of #624855
Black with #624855
Text Example
Text Example
White with #624855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624855; }
p { color: rgb(98,72,85); }
H1.HeaderClassName
{
color: #624855;
}
.AnyTagClassName
{
color: #624855;
}
</style>
background-color css
<style>
a { background-color: #624855; }
a { background-color: rgb(98,72,85); }
div.DivClassName
{
background-color: #624855;
}
.BgClassName
{
background-color: #624855;
}
</style>
border-color css
<style>
span { border-color: #624855; }
span { border-color: rgb(98,72,85); }
td.TdClassName
{
border-color: #624855;
}
.TagClassName
{
border-color: #624855;
}
</style>