Shades of Finn #644959
Tints of Finn #644959
RGB
CMYK
RGB Variations
Color information
#644959 (or 0x644959) is known color: Finn. HEX triplet: 64, 49 and 59. RGB value is (100,73,89). Sum of RGB (Red+Green+Blue) = 100+73+89=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #644959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644959 is #9BB6A6. Grayscale: #525252. Windows color (decimal): -10204839 or 5851492. OLE color: 5851492.
HSL color Cylindrical-coordinate representation of color #644959: hue angle of 324.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #644959 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 89 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.61 |
| HSL | 324.44º | 0.16% | 0.34% | - |
| HSV(B) | 324.44º | 0.27% | 0.39% | - |
| XYZ | 9.44 | 8.2 | 10.54 | - |
| YUV | 82.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 89 | 0 | 0.27 | 0.11 | 0.61 | 324.44 | 0.16 | 0.34 |
| Hex | 64 | 49 | 59 | 0 | 1B | B | 3D | 144 | 10 | 22 |
| Octal | 144 | 111 | 131 | 0 | 33 | 13 | 75 | 504 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1011001 | 0 | 11011 | 1011 | 111101 | 101000100 | 10000 | 100010 |
Color Harmonies of #644959
Complementary color
Monochromatic Colors of #644959
Black with #644959
Text Example
Text Example
White with #644959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644959; }
p { color: rgb(100,73,89); }
H1.HeaderClassName
{
color: #644959;
}
.AnyTagClassName
{
color: #644959;
}
</style>
background-color css
<style>
a { background-color: #644959; }
a { background-color: rgb(100,73,89); }
div.DivClassName
{
background-color: #644959;
}
.BgClassName
{
background-color: #644959;
}
</style>
border-color css
<style>
span { border-color: #644959; }
span { border-color: rgb(100,73,89); }
td.TdClassName
{
border-color: #644959;
}
.TagClassName
{
border-color: #644959;
}
</style>