Shades of Finn #624250
Tints of Finn #624250
RGB
CMYK
RGB Variations
Color information
#624250 (or 0x624250) is known color: Finn. HEX triplet: 62, 42 and 50. RGB value is (98,66,80). Sum of RGB (Red+Green+Blue) = 98+66+80=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #624250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624250 is #9DBDAF. Grayscale: #4D4D4D. Windows color (decimal): -10337712 or 5259874. OLE color: 5259874.
HSL color Cylindrical-coordinate representation of color #624250: hue angle of 333.75º 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 #624250 is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 80 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.62 |
| HSL | 333.75º | 0.2% | 0.32% | - |
| HSV(B) | 333.75º | 0.33% | 0.38% | - |
| XYZ | 8.43 | 7.07 | 8.51 | - |
| YUV | 77.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 80 | 0 | 0.33 | 0.18 | 0.62 | 333.75 | 0.2 | 0.32 |
| Hex | 62 | 42 | 50 | 0 | 21 | 12 | 3E | 14E | 14 | 20 |
| Octal | 142 | 102 | 120 | 0 | 41 | 22 | 76 | 516 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1010000 | 0 | 100001 | 10010 | 111110 | 101001110 | 10100 | 100000 |
Color Harmonies of #624250
Complementary color
Monochromatic Colors of #624250
Black with #624250
Text Example
Text Example
White with #624250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624250; }
p { color: rgb(98,66,80); }
H1.HeaderClassName
{
color: #624250;
}
.AnyTagClassName
{
color: #624250;
}
</style>
background-color css
<style>
a { background-color: #624250; }
a { background-color: rgb(98,66,80); }
div.DivClassName
{
background-color: #624250;
}
.BgClassName
{
background-color: #624250;
}
</style>
border-color css
<style>
span { border-color: #624250; }
span { border-color: rgb(98,66,80); }
td.TdClassName
{
border-color: #624250;
}
.TagClassName
{
border-color: #624250;
}
</style>