Shades of Finn #624256
Tints of Finn #624256
RGB
CMYK
RGB Variations
Color information
#624256 (or 0x624256) is known color: Finn. HEX triplet: 62, 42 and 56. RGB value is (98,66,86). Sum of RGB (Red+Green+Blue) = 98+66+86=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #624256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624256 is #9DBDA9. Grayscale: #4D4D4D. Windows color (decimal): -10337706 or 5653090. OLE color: 5653090.
HSL color Cylindrical-coordinate representation of color #624256: hue angle of 322.5º 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 #624256 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 86 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.62 |
| HSL | 322.5º | 0.2% | 0.32% | - |
| HSV(B) | 322.5º | 0.33% | 0.38% | - |
| XYZ | 8.66 | 7.16 | 9.73 | - |
| YUV | 77.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 86 | 0 | 0.33 | 0.12 | 0.62 | 322.5 | 0.2 | 0.32 |
| Hex | 62 | 42 | 56 | 0 | 21 | C | 3E | 142 | 14 | 20 |
| Octal | 142 | 102 | 126 | 0 | 41 | 14 | 76 | 502 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1010110 | 0 | 100001 | 1100 | 111110 | 101000010 | 10100 | 100000 |
Color Harmonies of #624256
Complementary color
Monochromatic Colors of #624256
Black with #624256
Text Example
Text Example
White with #624256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624256; }
p { color: rgb(98,66,86); }
H1.HeaderClassName
{
color: #624256;
}
.AnyTagClassName
{
color: #624256;
}
</style>
background-color css
<style>
a { background-color: #624256; }
a { background-color: rgb(98,66,86); }
div.DivClassName
{
background-color: #624256;
}
.BgClassName
{
background-color: #624256;
}
</style>
border-color css
<style>
span { border-color: #624256; }
span { border-color: rgb(98,66,86); }
td.TdClassName
{
border-color: #624256;
}
.TagClassName
{
border-color: #624256;
}
</style>