Shades of Finn #644054
Tints of Finn #644054
RGB
CMYK
RGB Variations
Color information
#644054 (or 0x644054) is known color: Finn. HEX triplet: 64, 40 and 54. RGB value is (100,64,84). Sum of RGB (Red+Green+Blue) = 100+64+84=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #644054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644054 is #9BBFAB. Grayscale: #4C4C4C. Windows color (decimal): -10207148 or 5521508. OLE color: 5521508.
HSL color Cylindrical-coordinate representation of color #644054: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644054 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 84 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.61 |
| HSL | 326.67º | 0.22% | 0.32% | - |
| HSV(B) | 326.67º | 0.36% | 0.39% | - |
| XYZ | 8.69 | 7.02 | 9.28 | - |
| YUV | 77.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 84 | 0 | 0.36 | 0.16 | 0.61 | 326.67 | 0.22 | 0.32 |
| Hex | 64 | 40 | 54 | 0 | 24 | 10 | 3D | 147 | 16 | 20 |
| Octal | 144 | 100 | 124 | 0 | 44 | 20 | 75 | 507 | 26 | 40 |
| Binary | 1100100 | 1000000 | 1010100 | 0 | 100100 | 10000 | 111101 | 101000111 | 10110 | 100000 |
Color Harmonies of #644054
Complementary color
Monochromatic Colors of #644054
Black with #644054
Text Example
Text Example
White with #644054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644054; }
p { color: rgb(100,64,84); }
H1.HeaderClassName
{
color: #644054;
}
.AnyTagClassName
{
color: #644054;
}
</style>
background-color css
<style>
a { background-color: #644054; }
a { background-color: rgb(100,64,84); }
div.DivClassName
{
background-color: #644054;
}
.BgClassName
{
background-color: #644054;
}
</style>
border-color css
<style>
span { border-color: #644054; }
span { border-color: rgb(100,64,84); }
td.TdClassName
{
border-color: #644054;
}
.TagClassName
{
border-color: #644054;
}
</style>