Shades of Finn #64414E
Tints of Finn #64414E
RGB
CMYK
RGB Variations
Color information
#64414E (or 0x64414E) is known color: Finn. HEX triplet: 64, 41 and 4E. RGB value is (100,65,78). Sum of RGB (Red+Green+Blue) = 100+65+78=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 100 - color contains mainly: red. Hex color #64414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64414E is #9BBEB1. Grayscale: #4C4C4C. Windows color (decimal): -10206898 or 5128548. OLE color: 5128548.
HSL color Cylindrical-coordinate representation of color #64414E: hue angle of 337.71º 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 #64414E is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 78 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.61 |
| HSL | 337.71º | 0.21% | 0.32% | - |
| HSV(B) | 337.71º | 0.35% | 0.39% | - |
| XYZ | 8.52 | 7.04 | 8.12 | - |
| YUV | 76.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 78 | 0 | 0.35 | 0.22 | 0.61 | 337.71 | 0.21 | 0.32 |
| Hex | 64 | 41 | 4E | 0 | 23 | 16 | 3D | 152 | 15 | 20 |
| Octal | 144 | 101 | 116 | 0 | 43 | 26 | 75 | 522 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1001110 | 0 | 100011 | 10110 | 111101 | 101010010 | 10101 | 100000 |
Color Harmonies of #64414E
Complementary color
Monochromatic Colors of #64414E
Black with #64414E
Text Example
Text Example
White with #64414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64414E; }
p { color: rgb(100,65,78); }
H1.HeaderClassName
{
color: #64414E;
}
.AnyTagClassName
{
color: #64414E;
}
</style>
background-color css
<style>
a { background-color: #64414E; }
a { background-color: rgb(100,65,78); }
div.DivClassName
{
background-color: #64414E;
}
.BgClassName
{
background-color: #64414E;
}
</style>
border-color css
<style>
span { border-color: #64414E; }
span { border-color: rgb(100,65,78); }
td.TdClassName
{
border-color: #64414E;
}
.TagClassName
{
border-color: #64414E;
}
</style>