Shades of Finn #644951
Tints of Finn #644951
RGB
CMYK
RGB Variations
Color information
#644951 (or 0x644951) is known color: Finn. HEX triplet: 64, 49 and 51. RGB value is (100,73,81). Sum of RGB (Red+Green+Blue) = 100+73+81=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 100 - color contains mainly: red. Hex color #644951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644951 is #9BB6AE. Grayscale: #515151. Windows color (decimal): -10204847 or 5327204. OLE color: 5327204.
HSL color Cylindrical-coordinate representation of color #644951: hue angle of 342.22º 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 #644951 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 81 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.61 |
| HSL | 342.22º | 0.16% | 0.34% | - |
| HSV(B) | 342.22º | 0.27% | 0.39% | - |
| XYZ | 9.12 | 8.07 | 8.86 | - |
| YUV | 81.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 81 | 0 | 0.27 | 0.19 | 0.61 | 342.22 | 0.16 | 0.34 |
| Hex | 64 | 49 | 51 | 0 | 1B | 13 | 3D | 156 | 10 | 22 |
| Octal | 144 | 111 | 121 | 0 | 33 | 23 | 75 | 526 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1010001 | 0 | 11011 | 10011 | 111101 | 101010110 | 10000 | 100010 |
Color Harmonies of #644951
Complementary color
Monochromatic Colors of #644951
Black with #644951
Text Example
Text Example
White with #644951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644951; }
p { color: rgb(100,73,81); }
H1.HeaderClassName
{
color: #644951;
}
.AnyTagClassName
{
color: #644951;
}
</style>
background-color css
<style>
a { background-color: #644951; }
a { background-color: rgb(100,73,81); }
div.DivClassName
{
background-color: #644951;
}
.BgClassName
{
background-color: #644951;
}
</style>
border-color css
<style>
span { border-color: #644951; }
span { border-color: rgb(100,73,81); }
td.TdClassName
{
border-color: #644951;
}
.TagClassName
{
border-color: #644951;
}
</style>