Shades of Finn #6E4355
Tints of Finn #6E4355
RGB
CMYK
RGB Variations
Color information
#6E4355 (or 0x6E4355) is known color: Finn. HEX triplet: 6E, 43 and 55. RGB value is (110,67,85). Sum of RGB (Red+Green+Blue) = 110+67+85=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4355 is #91BCAA. Grayscale: #515151. Windows color (decimal): -9551019 or 5587822. OLE color: 5587822.
HSL color Cylindrical-coordinate representation of color #6E4355: hue angle of 334.88º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4355 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 85 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.57 |
| HSL | 334.88º | 0.24% | 0.35% | - |
| HSV(B) | 334.88º | 0.39% | 0.43% | - |
| XYZ | 10.08 | 7.99 | 9.6 | - |
| YUV | 81.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 85 | 0 | 0.39 | 0.23 | 0.57 | 334.88 | 0.24 | 0.35 |
| Hex | 6E | 43 | 55 | 0 | 27 | 17 | 39 | 14F | 18 | 23 |
| Octal | 156 | 103 | 125 | 0 | 47 | 27 | 71 | 517 | 30 | 43 |
| Binary | 1101110 | 1000011 | 1010101 | 0 | 100111 | 10111 | 111001 | 101001111 | 11000 | 100011 |
Color Harmonies of #6E4355
Complementary color
Monochromatic Colors of #6E4355
Black with #6E4355
Text Example
Text Example
White with #6E4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4355; }
p { color: rgb(110,67,85); }
H1.HeaderClassName
{
color: #6E4355;
}
.AnyTagClassName
{
color: #6E4355;
}
</style>
background-color css
<style>
a { background-color: #6E4355; }
a { background-color: rgb(110,67,85); }
div.DivClassName
{
background-color: #6E4355;
}
.BgClassName
{
background-color: #6E4355;
}
</style>
border-color css
<style>
span { border-color: #6E4355; }
span { border-color: rgb(110,67,85); }
td.TdClassName
{
border-color: #6E4355;
}
.TagClassName
{
border-color: #6E4355;
}
</style>