Shades of Finn #644958
Tints of Finn #644958
RGB
CMYK
RGB Variations
Color information
#644958 (or 0x644958) is known color: Finn. HEX triplet: 64, 49 and 58. RGB value is (100,73,88). Sum of RGB (Red+Green+Blue) = 100+73+88=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 100 - color contains mainly: red. Hex color #644958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644958 is #9BB6A7. Grayscale: #525252. Windows color (decimal): -10204840 or 5785956. OLE color: 5785956.
HSL color Cylindrical-coordinate representation of color #644958: hue angle of 326.67º 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 #644958 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 88 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.61 |
| HSL | 326.67º | 0.16% | 0.34% | - |
| HSV(B) | 326.67º | 0.27% | 0.39% | - |
| XYZ | 9.4 | 8.18 | 10.32 | - |
| YUV | 82.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 88 | 0 | 0.27 | 0.12 | 0.61 | 326.67 | 0.16 | 0.34 |
| Hex | 64 | 49 | 58 | 0 | 1B | C | 3D | 147 | 10 | 22 |
| Octal | 144 | 111 | 130 | 0 | 33 | 14 | 75 | 507 | 20 | 42 |
| Binary | 1100100 | 1001001 | 1011000 | 0 | 11011 | 1100 | 111101 | 101000111 | 10000 | 100010 |
Color Harmonies of #644958
Complementary color
Monochromatic Colors of #644958
Black with #644958
Text Example
Text Example
White with #644958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644958; }
p { color: rgb(100,73,88); }
H1.HeaderClassName
{
color: #644958;
}
.AnyTagClassName
{
color: #644958;
}
</style>
background-color css
<style>
a { background-color: #644958; }
a { background-color: rgb(100,73,88); }
div.DivClassName
{
background-color: #644958;
}
.BgClassName
{
background-color: #644958;
}
</style>
border-color css
<style>
span { border-color: #644958; }
span { border-color: rgb(100,73,88); }
td.TdClassName
{
border-color: #644958;
}
.TagClassName
{
border-color: #644958;
}
</style>