Shades of Finn #644851
Tints of Finn #644851
RGB
CMYK
RGB Variations
Color information
#644851 (or 0x644851) is known color: Finn. HEX triplet: 64, 48 and 51. RGB value is (100,72,81). Sum of RGB (Red+Green+Blue) = 100+72+81=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #644851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644851 is #9BB7AE. Grayscale: #515151. Windows color (decimal): -10205103 or 5326948. OLE color: 5326948.
HSL color Cylindrical-coordinate representation of color #644851: hue angle of 340.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #644851 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 81 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.61 |
| HSL | 340.71º | 0.16% | 0.34% | - |
| HSV(B) | 340.71º | 0.28% | 0.39% | - |
| XYZ | 9.06 | 7.94 | 8.84 | - |
| YUV | 81.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 81 | 0 | 0.28 | 0.19 | 0.61 | 340.71 | 0.16 | 0.34 |
| Hex | 64 | 48 | 51 | 0 | 1C | 13 | 3D | 155 | 10 | 22 |
| Octal | 144 | 110 | 121 | 0 | 34 | 23 | 75 | 525 | 20 | 42 |
| Binary | 1100100 | 1001000 | 1010001 | 0 | 11100 | 10011 | 111101 | 101010101 | 10000 | 100010 |
Color Harmonies of #644851
Complementary color
Monochromatic Colors of #644851
Black with #644851
Text Example
Text Example
White with #644851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644851; }
p { color: rgb(100,72,81); }
H1.HeaderClassName
{
color: #644851;
}
.AnyTagClassName
{
color: #644851;
}
</style>
background-color css
<style>
a { background-color: #644851; }
a { background-color: rgb(100,72,81); }
div.DivClassName
{
background-color: #644851;
}
.BgClassName
{
background-color: #644851;
}
</style>
border-color css
<style>
span { border-color: #644851; }
span { border-color: rgb(100,72,81); }
td.TdClassName
{
border-color: #644851;
}
.TagClassName
{
border-color: #644851;
}
</style>