Shades of Finn #644154
Tints of Finn #644154
RGB
CMYK
RGB Variations
Color information
#644154 (or 0x644154) is known color: Finn. HEX triplet: 64, 41 and 54. RGB value is (100,65,84). Sum of RGB (Red+Green+Blue) = 100+65+84=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #644154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644154 is #9BBEAB. Grayscale: #4D4D4D. Windows color (decimal): -10206892 or 5521764. OLE color: 5521764.
HSL color Cylindrical-coordinate representation of color #644154: hue angle of 327.43º 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 #644154 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 84 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.61 |
| HSL | 327.43º | 0.21% | 0.32% | - |
| HSV(B) | 327.43º | 0.35% | 0.39% | - |
| XYZ | 8.75 | 7.13 | 9.3 | - |
| YUV | 77.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 84 | 0 | 0.35 | 0.16 | 0.61 | 327.43 | 0.21 | 0.32 |
| Hex | 64 | 41 | 54 | 0 | 23 | 10 | 3D | 147 | 15 | 20 |
| Octal | 144 | 101 | 124 | 0 | 43 | 20 | 75 | 507 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1010100 | 0 | 100011 | 10000 | 111101 | 101000111 | 10101 | 100000 |
Color Harmonies of #644154
Complementary color
Monochromatic Colors of #644154
Black with #644154
Text Example
Text Example
White with #644154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644154; }
p { color: rgb(100,65,84); }
H1.HeaderClassName
{
color: #644154;
}
.AnyTagClassName
{
color: #644154;
}
</style>
background-color css
<style>
a { background-color: #644154; }
a { background-color: rgb(100,65,84); }
div.DivClassName
{
background-color: #644154;
}
.BgClassName
{
background-color: #644154;
}
</style>
border-color css
<style>
span { border-color: #644154; }
span { border-color: rgb(100,65,84); }
td.TdClassName
{
border-color: #644154;
}
.TagClassName
{
border-color: #644154;
}
</style>