Shades of Finn #6D414E
Tints of Finn #6D414E
RGB
CMYK
RGB Variations
Color information
#6D414E (or 0x6D414E) is known color: Finn. HEX triplet: 6D, 41 and 4E. RGB value is (109,65,78). Sum of RGB (Red+Green+Blue) = 109+65+78=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D414E is #92BEB1. Grayscale: #4F4F4F. Windows color (decimal): -9617074 or 5128557. OLE color: 5128557.
HSL color Cylindrical-coordinate representation of color #6D414E: hue angle of 342.27º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D414E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 78 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.57 |
| HSL | 342.27º | 0.25% | 0.34% | - |
| HSV(B) | 342.27º | 0.4% | 0.43% | - |
| XYZ | 9.57 | 7.58 | 8.17 | - |
| YUV | 79.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 78 | 0 | 0.40 | 0.28 | 0.57 | 342.27 | 0.25 | 0.34 |
| Hex | 6D | 41 | 4E | 0 | 28 | 1C | 39 | 156 | 19 | 22 |
| Octal | 155 | 101 | 116 | 0 | 50 | 34 | 71 | 526 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1001110 | 0 | 101000 | 11100 | 111001 | 101010110 | 11001 | 100010 |
Color Harmonies of #6D414E
Complementary color
Monochromatic Colors of #6D414E
Black with #6D414E
Text Example
Text Example
White with #6D414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D414E; }
p { color: rgb(109,65,78); }
H1.HeaderClassName
{
color: #6D414E;
}
.AnyTagClassName
{
color: #6D414E;
}
</style>
background-color css
<style>
a { background-color: #6D414E; }
a { background-color: rgb(109,65,78); }
div.DivClassName
{
background-color: #6D414E;
}
.BgClassName
{
background-color: #6D414E;
}
</style>
border-color css
<style>
span { border-color: #6D414E; }
span { border-color: rgb(109,65,78); }
td.TdClassName
{
border-color: #6D414E;
}
.TagClassName
{
border-color: #6D414E;
}
</style>