Shades of Finn #6E4255
Tints of Finn #6E4255
RGB
CMYK
RGB Variations
Color information
#6E4255 (or 0x6E4255) is known color: Finn. HEX triplet: 6E, 42 and 55. RGB value is (110,66,85). Sum of RGB (Red+Green+Blue) = 110+66+85=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4255 is #91BDAA. Grayscale: #515151. Windows color (decimal): -9551275 or 5587566. OLE color: 5587566.
HSL color Cylindrical-coordinate representation of color #6E4255: hue angle of 334.09º 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 #6E4255 is Cyan = 0, Magento = 0.4, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 85 | - |
| CMYK | 0 | 0.4 | 0.23 | 0.57 |
| HSL | 334.09º | 0.25% | 0.35% | - |
| HSV(B) | 334.09º | 0.4% | 0.43% | - |
| XYZ | 10.02 | 7.87 | 9.58 | - |
| YUV | 81.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 85 | 0 | 0.4 | 0.23 | 0.57 | 334.09 | 0.25 | 0.35 |
| Hex | 6E | 42 | 55 | 0 | 28 | 17 | 39 | 14E | 19 | 23 |
| Octal | 156 | 102 | 125 | 0 | 50 | 27 | 71 | 516 | 31 | 43 |
| Binary | 1101110 | 1000010 | 1010101 | 0 | 101000 | 10111 | 111001 | 101001110 | 11001 | 100011 |
Color Harmonies of #6E4255
Complementary color
Monochromatic Colors of #6E4255
Black with #6E4255
Text Example
Text Example
White with #6E4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4255; }
p { color: rgb(110,66,85); }
H1.HeaderClassName
{
color: #6E4255;
}
.AnyTagClassName
{
color: #6E4255;
}
</style>
background-color css
<style>
a { background-color: #6E4255; }
a { background-color: rgb(110,66,85); }
div.DivClassName
{
background-color: #6E4255;
}
.BgClassName
{
background-color: #6E4255;
}
</style>
border-color css
<style>
span { border-color: #6E4255; }
span { border-color: rgb(110,66,85); }
td.TdClassName
{
border-color: #6E4255;
}
.TagClassName
{
border-color: #6E4255;
}
</style>