Shades of Finn #644D54
Tints of Finn #644D54
RGB
CMYK
RGB Variations
Color information
#644D54 (or 0x644D54) is known color: Finn. HEX triplet: 64, 4D and 54. RGB value is (100,77,84). Sum of RGB (Red+Green+Blue) = 100+77+84=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #644D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D54 is #9BB2AB. Grayscale: #545454. Windows color (decimal): -10203820 or 5524836. OLE color: 5524836.
HSL color Cylindrical-coordinate representation of color #644D54: hue angle of 341.74º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #644D54 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 84 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.61 |
| HSL | 341.74º | 0.13% | 0.35% | - |
| HSV(B) | 341.74º | 0.23% | 0.39% | - |
| XYZ | 9.51 | 8.66 | 9.56 | - |
| YUV | 84.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 84 | 0 | 0.23 | 0.16 | 0.61 | 341.74 | 0.13 | 0.35 |
| Hex | 64 | 4D | 54 | 0 | 17 | 10 | 3D | 156 | D | 23 |
| Octal | 144 | 115 | 124 | 0 | 27 | 20 | 75 | 526 | 15 | 43 |
| Binary | 1100100 | 1001101 | 1010100 | 0 | 10111 | 10000 | 111101 | 101010110 | 1101 | 100011 |
Color Harmonies of #644D54
Complementary color
Monochromatic Colors of #644D54
Black with #644D54
Text Example
Text Example
White with #644D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D54; }
p { color: rgb(100,77,84); }
H1.HeaderClassName
{
color: #644D54;
}
.AnyTagClassName
{
color: #644D54;
}
</style>
background-color css
<style>
a { background-color: #644D54; }
a { background-color: rgb(100,77,84); }
div.DivClassName
{
background-color: #644D54;
}
.BgClassName
{
background-color: #644D54;
}
</style>
border-color css
<style>
span { border-color: #644D54; }
span { border-color: rgb(100,77,84); }
td.TdClassName
{
border-color: #644D54;
}
.TagClassName
{
border-color: #644D54;
}
</style>