Shades of Finn #644F59
Tints of Finn #644F59
RGB
CMYK
RGB Variations
Color information
#644F59 (or 0x644F59) is known color: Finn. HEX triplet: 64, 4F and 59. RGB value is (100,79,89). Sum of RGB (Red+Green+Blue) = 100+79+89=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #644F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644F59 is #9BB0A6. Grayscale: #565656. Windows color (decimal): -10203303 or 5853028. OLE color: 5853028.
HSL color Cylindrical-coordinate representation of color #644F59: hue angle of 331.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #644F59 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 89 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.61 |
| HSL | 331.43º | 0.12% | 0.35% | - |
| HSV(B) | 331.43º | 0.21% | 0.39% | - |
| XYZ | 9.85 | 9.02 | 10.67 | - |
| YUV | 86.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 89 | 0 | 0.21 | 0.11 | 0.61 | 331.43 | 0.12 | 0.35 |
| Hex | 64 | 4F | 59 | 0 | 15 | B | 3D | 14B | C | 23 |
| Octal | 144 | 117 | 131 | 0 | 25 | 13 | 75 | 513 | 14 | 43 |
| Binary | 1100100 | 1001111 | 1011001 | 0 | 10101 | 1011 | 111101 | 101001011 | 1100 | 100011 |
Color Harmonies of #644F59
Complementary color
Monochromatic Colors of #644F59
Black with #644F59
Text Example
Text Example
White with #644F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F59; }
p { color: rgb(100,79,89); }
H1.HeaderClassName
{
color: #644F59;
}
.AnyTagClassName
{
color: #644F59;
}
</style>
background-color css
<style>
a { background-color: #644F59; }
a { background-color: rgb(100,79,89); }
div.DivClassName
{
background-color: #644F59;
}
.BgClassName
{
background-color: #644F59;
}
</style>
border-color css
<style>
span { border-color: #644F59; }
span { border-color: rgb(100,79,89); }
td.TdClassName
{
border-color: #644F59;
}
.TagClassName
{
border-color: #644F59;
}
</style>