Shades of Finn #6E4257
Tints of Finn #6E4257
RGB
CMYK
RGB Variations
Color information
#6E4257 (or 0x6E4257) is known color: Finn. HEX triplet: 6E, 42 and 57. RGB value is (110,66,87). Sum of RGB (Red+Green+Blue) = 110+66+87=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4257 is #91BDA8. Grayscale: #515151. Windows color (decimal): -9551273 or 5718638. OLE color: 5718638.
HSL color Cylindrical-coordinate representation of color #6E4257: hue angle of 331.36º 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 #6E4257 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 87 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.57 |
| HSL | 331.36º | 0.25% | 0.35% | - |
| HSV(B) | 331.36º | 0.4% | 0.43% | - |
| XYZ | 10.1 | 7.9 | 10.01 | - |
| YUV | 81.55 | 131.08 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 87 | 0 | 0.4 | 0.21 | 0.57 | 331.36 | 0.25 | 0.35 |
| Hex | 6E | 42 | 57 | 0 | 28 | 15 | 39 | 14B | 19 | 23 |
| Octal | 156 | 102 | 127 | 0 | 50 | 25 | 71 | 513 | 31 | 43 |
| Binary | 1101110 | 1000010 | 1010111 | 0 | 101000 | 10101 | 111001 | 101001011 | 11001 | 100011 |
Color Harmonies of #6E4257
Complementary color
Monochromatic Colors of #6E4257
Black with #6E4257
Text Example
Text Example
White with #6E4257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4257; }
p { color: rgb(110,66,87); }
H1.HeaderClassName
{
color: #6E4257;
}
.AnyTagClassName
{
color: #6E4257;
}
</style>
background-color css
<style>
a { background-color: #6E4257; }
a { background-color: rgb(110,66,87); }
div.DivClassName
{
background-color: #6E4257;
}
.BgClassName
{
background-color: #6E4257;
}
</style>
border-color css
<style>
span { border-color: #6E4257; }
span { border-color: rgb(110,66,87); }
td.TdClassName
{
border-color: #6E4257;
}
.TagClassName
{
border-color: #6E4257;
}
</style>