Shades of Finn #6E4251
Tints of Finn #6E4251
RGB
CMYK
RGB Variations
Color information
#6E4251 (or 0x6E4251) is known color: Finn. HEX triplet: 6E, 42 and 51. RGB value is (110,66,81). Sum of RGB (Red+Green+Blue) = 110+66+81=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4251 is #91BDAE. Grayscale: #505050. Windows color (decimal): -9551279 or 5325422. OLE color: 5325422.
HSL color Cylindrical-coordinate representation of color #6E4251: hue angle of 339.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4251 is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 81 | - |
| CMYK | 0 | 0.4 | 0.26 | 0.57 |
| HSL | 339.55º | 0.25% | 0.35% | - |
| HSV(B) | 339.55º | 0.4% | 0.43% | - |
| XYZ | 9.86 | 7.81 | 8.77 | - |
| YUV | 80.87 | 128.08 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 81 | 0 | 0.4 | 0.26 | 0.57 | 339.55 | 0.25 | 0.35 |
| Hex | 6E | 42 | 51 | 0 | 28 | 1A | 39 | 154 | 19 | 23 |
| Octal | 156 | 102 | 121 | 0 | 50 | 32 | 71 | 524 | 31 | 43 |
| Binary | 1101110 | 1000010 | 1010001 | 0 | 101000 | 11010 | 111001 | 101010100 | 11001 | 100011 |
Color Harmonies of #6E4251
Complementary color
Monochromatic Colors of #6E4251
Black with #6E4251
Text Example
Text Example
White with #6E4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4251; }
p { color: rgb(110,66,81); }
H1.HeaderClassName
{
color: #6E4251;
}
.AnyTagClassName
{
color: #6E4251;
}
</style>
background-color css
<style>
a { background-color: #6E4251; }
a { background-color: rgb(110,66,81); }
div.DivClassName
{
background-color: #6E4251;
}
.BgClassName
{
background-color: #6E4251;
}
</style>
border-color css
<style>
span { border-color: #6E4251; }
span { border-color: rgb(110,66,81); }
td.TdClassName
{
border-color: #6E4251;
}
.TagClassName
{
border-color: #6E4251;
}
</style>