Shades of Finn #644051
Tints of Finn #644051
RGB
CMYK
RGB Variations
Color information
#644051 (or 0x644051) is known color: Finn. HEX triplet: 64, 40 and 51. RGB value is (100,64,81). Sum of RGB (Red+Green+Blue) = 100+64+81=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #644051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644051 is #9BBFAE. Grayscale: #4C4C4C. Windows color (decimal): -10207151 or 5324900. OLE color: 5324900.
HSL color Cylindrical-coordinate representation of color #644051: hue angle of 331.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 #644051 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 81 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.61 |
| HSL | 331.67º | 0.22% | 0.32% | - |
| HSV(B) | 331.67º | 0.36% | 0.39% | - |
| XYZ | 8.57 | 6.97 | 8.68 | - |
| YUV | 76.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 81 | 0 | 0.36 | 0.19 | 0.61 | 331.67 | 0.22 | 0.32 |
| Hex | 64 | 40 | 51 | 0 | 24 | 13 | 3D | 14C | 16 | 20 |
| Octal | 144 | 100 | 121 | 0 | 44 | 23 | 75 | 514 | 26 | 40 |
| Binary | 1100100 | 1000000 | 1010001 | 0 | 100100 | 10011 | 111101 | 101001100 | 10110 | 100000 |
Color Harmonies of #644051
Complementary color
Monochromatic Colors of #644051
Black with #644051
Text Example
Text Example
White with #644051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644051; }
p { color: rgb(100,64,81); }
H1.HeaderClassName
{
color: #644051;
}
.AnyTagClassName
{
color: #644051;
}
</style>
background-color css
<style>
a { background-color: #644051; }
a { background-color: rgb(100,64,81); }
div.DivClassName
{
background-color: #644051;
}
.BgClassName
{
background-color: #644051;
}
</style>
border-color css
<style>
span { border-color: #644051; }
span { border-color: rgb(100,64,81); }
td.TdClassName
{
border-color: #644051;
}
.TagClassName
{
border-color: #644051;
}
</style>