Shades of Finn #644151
Tints of Finn #644151
RGB
CMYK
RGB Variations
Color information
#644151 (or 0x644151) is known color: Finn. HEX triplet: 64, 41 and 51. RGB value is (100,65,81). Sum of RGB (Red+Green+Blue) = 100+65+81=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #644151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644151 is #9BBEAE. Grayscale: #4D4D4D. Windows color (decimal): -10206895 or 5325156. OLE color: 5325156.
HSL color Cylindrical-coordinate representation of color #644151: hue angle of 332.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644151 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 81 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.61 |
| HSL | 332.57º | 0.21% | 0.32% | - |
| HSV(B) | 332.57º | 0.35% | 0.39% | - |
| XYZ | 8.63 | 7.08 | 8.7 | - |
| YUV | 77.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 81 | 0 | 0.35 | 0.19 | 0.61 | 332.57 | 0.21 | 0.32 |
| Hex | 64 | 41 | 51 | 0 | 23 | 13 | 3D | 14D | 15 | 20 |
| Octal | 144 | 101 | 121 | 0 | 43 | 23 | 75 | 515 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1010001 | 0 | 100011 | 10011 | 111101 | 101001101 | 10101 | 100000 |
Color Harmonies of #644151
Complementary color
Monochromatic Colors of #644151
Black with #644151
Text Example
Text Example
White with #644151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644151; }
p { color: rgb(100,65,81); }
H1.HeaderClassName
{
color: #644151;
}
.AnyTagClassName
{
color: #644151;
}
</style>
background-color css
<style>
a { background-color: #644151; }
a { background-color: rgb(100,65,81); }
div.DivClassName
{
background-color: #644151;
}
.BgClassName
{
background-color: #644151;
}
</style>
border-color css
<style>
span { border-color: #644151; }
span { border-color: rgb(100,65,81); }
td.TdClassName
{
border-color: #644151;
}
.TagClassName
{
border-color: #644151;
}
</style>