Shades of Finn #6D4A51
Tints of Finn #6D4A51
RGB
CMYK
RGB Variations
Color information
#6D4A51 (or 0x6D4A51) is known color: Finn. HEX triplet: 6D, 4A and 51. RGB value is (109,74,81). Sum of RGB (Red+Green+Blue) = 109+74+81=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A51 is #92B5AE. Grayscale: #555555. Windows color (decimal): -9614767 or 5327469. OLE color: 5327469.
HSL color Cylindrical-coordinate representation of color #6D4A51: hue angle of 348º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A51 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 81 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.57 |
| HSL | 348º | 0.19% | 0.36% | - |
| HSV(B) | 348º | 0.32% | 0.43% | - |
| XYZ | 10.24 | 8.74 | 8.93 | - |
| YUV | 85.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 81 | 0 | 0.32 | 0.26 | 0.57 | 348 | 0.19 | 0.36 |
| Hex | 6D | 4A | 51 | 0 | 20 | 1A | 39 | 15C | 13 | 24 |
| Octal | 155 | 112 | 121 | 0 | 40 | 32 | 71 | 534 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1010001 | 0 | 100000 | 11010 | 111001 | 101011100 | 10011 | 100100 |
Color Harmonies of #6D4A51
Complementary color
Monochromatic Colors of #6D4A51
Black with #6D4A51
Text Example
Text Example
White with #6D4A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A51; }
p { color: rgb(109,74,81); }
H1.HeaderClassName
{
color: #6D4A51;
}
.AnyTagClassName
{
color: #6D4A51;
}
</style>
background-color css
<style>
a { background-color: #6D4A51; }
a { background-color: rgb(109,74,81); }
div.DivClassName
{
background-color: #6D4A51;
}
.BgClassName
{
background-color: #6D4A51;
}
</style>
border-color css
<style>
span { border-color: #6D4A51; }
span { border-color: rgb(109,74,81); }
td.TdClassName
{
border-color: #6D4A51;
}
.TagClassName
{
border-color: #6D4A51;
}
</style>