Shades of Finn #624B56
Tints of Finn #624B56
RGB
CMYK
RGB Variations
Color information
#624B56 (or 0x624B56) is known color: Finn. HEX triplet: 62, 4B and 56. RGB value is (98,75,86). Sum of RGB (Red+Green+Blue) = 98+75+86=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #624B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B56 is #9DB4A9. Grayscale: #535353. Windows color (decimal): -10335402 or 5655394. OLE color: 5655394.
HSL color Cylindrical-coordinate representation of color #624B56: hue angle of 331.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #624B56 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 86 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.62 |
| HSL | 331.3º | 0.13% | 0.34% | - |
| HSV(B) | 331.3º | 0.23% | 0.38% | - |
| XYZ | 9.23 | 8.3 | 9.92 | - |
| YUV | 83.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 86 | 0 | 0.23 | 0.12 | 0.62 | 331.3 | 0.13 | 0.34 |
| Hex | 62 | 4B | 56 | 0 | 17 | C | 3E | 14B | D | 22 |
| Octal | 142 | 113 | 126 | 0 | 27 | 14 | 76 | 513 | 15 | 42 |
| Binary | 1100010 | 1001011 | 1010110 | 0 | 10111 | 1100 | 111110 | 101001011 | 1101 | 100010 |
Color Harmonies of #624B56
Complementary color
Monochromatic Colors of #624B56
Black with #624B56
Text Example
Text Example
White with #624B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B56; }
p { color: rgb(98,75,86); }
H1.HeaderClassName
{
color: #624B56;
}
.AnyTagClassName
{
color: #624B56;
}
</style>
background-color css
<style>
a { background-color: #624B56; }
a { background-color: rgb(98,75,86); }
div.DivClassName
{
background-color: #624B56;
}
.BgClassName
{
background-color: #624B56;
}
</style>
border-color css
<style>
span { border-color: #624B56; }
span { border-color: rgb(98,75,86); }
td.TdClassName
{
border-color: #624B56;
}
.TagClassName
{
border-color: #624B56;
}
</style>