Shades of Finn #6D4151
Tints of Finn #6D4151
RGB
CMYK
RGB Variations
Color information
#6D4151 (or 0x6D4151) is known color: Finn. HEX triplet: 6D, 41 and 51. RGB value is (109,65,81). Sum of RGB (Red+Green+Blue) = 109+65+81=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4151 is #92BEAE. Grayscale: #4F4F4F. Windows color (decimal): -9617071 or 5325165. OLE color: 5325165.
HSL color Cylindrical-coordinate representation of color #6D4151: hue angle of 338.18º 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 #6D4151 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 81 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.57 |
| HSL | 338.18º | 0.25% | 0.34% | - |
| HSV(B) | 338.18º | 0.4% | 0.43% | - |
| XYZ | 9.68 | 7.63 | 8.75 | - |
| YUV | 79.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 81 | 0 | 0.40 | 0.26 | 0.57 | 338.18 | 0.25 | 0.34 |
| Hex | 6D | 41 | 51 | 0 | 28 | 1A | 39 | 152 | 19 | 22 |
| Octal | 155 | 101 | 121 | 0 | 50 | 32 | 71 | 522 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1010001 | 0 | 101000 | 11010 | 111001 | 101010010 | 11001 | 100010 |
Color Harmonies of #6D4151
Complementary color
Monochromatic Colors of #6D4151
Black with #6D4151
Text Example
Text Example
White with #6D4151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4151; }
p { color: rgb(109,65,81); }
H1.HeaderClassName
{
color: #6D4151;
}
.AnyTagClassName
{
color: #6D4151;
}
</style>
background-color css
<style>
a { background-color: #6D4151; }
a { background-color: rgb(109,65,81); }
div.DivClassName
{
background-color: #6D4151;
}
.BgClassName
{
background-color: #6D4151;
}
</style>
border-color css
<style>
span { border-color: #6D4151; }
span { border-color: rgb(109,65,81); }
td.TdClassName
{
border-color: #6D4151;
}
.TagClassName
{
border-color: #6D4151;
}
</style>