Shades of Finn #6E4E57
Tints of Finn #6E4E57
RGB
CMYK
RGB Variations
Color information
#6E4E57 (or 0x6E4E57) is known color: Finn. HEX triplet: 6E, 4E and 57. RGB value is (110,78,87). Sum of RGB (Red+Green+Blue) = 110+78+87=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E57 is #91B1A8. Grayscale: #585858. Windows color (decimal): -9548201 or 5721710. OLE color: 5721710.
HSL color Cylindrical-coordinate representation of color #6E4E57: hue angle of 343.12º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E57 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 87 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.57 |
| HSL | 343.13º | 0.17% | 0.37% | - |
| HSV(B) | 343.13º | 0.29% | 0.43% | - |
| XYZ | 10.88 | 9.45 | 10.27 | - |
| YUV | 88.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 87 | 0 | 0.29 | 0.21 | 0.57 | 343.13 | 0.17 | 0.37 |
| Hex | 6E | 4E | 57 | 0 | 1D | 15 | 39 | 157 | 11 | 25 |
| Octal | 156 | 116 | 127 | 0 | 35 | 25 | 71 | 527 | 21 | 45 |
| Binary | 1101110 | 1001110 | 1010111 | 0 | 11101 | 10101 | 111001 | 101010111 | 10001 | 100101 |
Color Harmonies of #6E4E57
Complementary color
Monochromatic Colors of #6E4E57
Black with #6E4E57
Text Example
Text Example
White with #6E4E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E57; }
p { color: rgb(110,78,87); }
H1.HeaderClassName
{
color: #6E4E57;
}
.AnyTagClassName
{
color: #6E4E57;
}
</style>
background-color css
<style>
a { background-color: #6E4E57; }
a { background-color: rgb(110,78,87); }
div.DivClassName
{
background-color: #6E4E57;
}
.BgClassName
{
background-color: #6E4E57;
}
</style>
border-color css
<style>
span { border-color: #6E4E57; }
span { border-color: rgb(110,78,87); }
td.TdClassName
{
border-color: #6E4E57;
}
.TagClassName
{
border-color: #6E4E57;
}
</style>