Shades of Finn #624B53
Tints of Finn #624B53
RGB
CMYK
RGB Variations
Color information
#624B53 (or 0x624B53) is known color: Finn. HEX triplet: 62, 4B and 53. RGB value is (98,75,83). Sum of RGB (Red+Green+Blue) = 98+75+83=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #624B53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624B53 is #9DB4AC. Grayscale: #525252. Windows color (decimal): -10335405 or 5458786. OLE color: 5458786.
HSL color Cylindrical-coordinate representation of color #624B53: hue angle of 339.13º 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 #624B53 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 83 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.62 |
| HSL | 339.13º | 0.13% | 0.34% | - |
| HSV(B) | 339.13º | 0.23% | 0.38% | - |
| XYZ | 9.11 | 8.25 | 9.3 | - |
| YUV | 82.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 83 | 0 | 0.23 | 0.15 | 0.62 | 339.13 | 0.13 | 0.34 |
| Hex | 62 | 4B | 53 | 0 | 17 | F | 3E | 153 | D | 22 |
| Octal | 142 | 113 | 123 | 0 | 27 | 17 | 76 | 523 | 15 | 42 |
| Binary | 1100010 | 1001011 | 1010011 | 0 | 10111 | 1111 | 111110 | 101010011 | 1101 | 100010 |
Color Harmonies of #624B53
Complementary color
Monochromatic Colors of #624B53
Black with #624B53
Text Example
Text Example
White with #624B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B53; }
p { color: rgb(98,75,83); }
H1.HeaderClassName
{
color: #624B53;
}
.AnyTagClassName
{
color: #624B53;
}
</style>
background-color css
<style>
a { background-color: #624B53; }
a { background-color: rgb(98,75,83); }
div.DivClassName
{
background-color: #624B53;
}
.BgClassName
{
background-color: #624B53;
}
</style>
border-color css
<style>
span { border-color: #624B53; }
span { border-color: rgb(98,75,83); }
td.TdClassName
{
border-color: #624B53;
}
.TagClassName
{
border-color: #624B53;
}
</style>