Shades of Finn #624255
Tints of Finn #624255
RGB
CMYK
RGB Variations
Color information
#624255 (or 0x624255) is known color: Finn. HEX triplet: 62, 42 and 55. RGB value is (98,66,85). Sum of RGB (Red+Green+Blue) = 98+66+85=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 98 - color contains mainly: red. Hex color #624255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624255 is #9DBDAA. Grayscale: #4D4D4D. Windows color (decimal): -10337707 or 5587554. OLE color: 5587554.
HSL color Cylindrical-coordinate representation of color #624255: hue angle of 324.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #624255 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 85 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.62 |
| HSL | 324.38º | 0.2% | 0.32% | - |
| HSV(B) | 324.38º | 0.33% | 0.38% | - |
| XYZ | 8.62 | 7.15 | 9.52 | - |
| YUV | 77.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 85 | 0 | 0.33 | 0.13 | 0.62 | 324.38 | 0.2 | 0.32 |
| Hex | 62 | 42 | 55 | 0 | 21 | D | 3E | 144 | 14 | 20 |
| Octal | 142 | 102 | 125 | 0 | 41 | 15 | 76 | 504 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1010101 | 0 | 100001 | 1101 | 111110 | 101000100 | 10100 | 100000 |
Color Harmonies of #624255
Complementary color
Monochromatic Colors of #624255
Black with #624255
Text Example
Text Example
White with #624255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624255; }
p { color: rgb(98,66,85); }
H1.HeaderClassName
{
color: #624255;
}
.AnyTagClassName
{
color: #624255;
}
</style>
background-color css
<style>
a { background-color: #624255; }
a { background-color: rgb(98,66,85); }
div.DivClassName
{
background-color: #624255;
}
.BgClassName
{
background-color: #624255;
}
</style>
border-color css
<style>
span { border-color: #624255; }
span { border-color: rgb(98,66,85); }
td.TdClassName
{
border-color: #624255;
}
.TagClassName
{
border-color: #624255;
}
</style>