Shades of Finn #6E4556
Tints of Finn #6E4556
RGB
CMYK
RGB Variations
Color information
#6E4556 (or 0x6E4556) is known color: Finn. HEX triplet: 6E, 45 and 56. RGB value is (110,69,86). Sum of RGB (Red+Green+Blue) = 110+69+86=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4556 is #91BAA9. Grayscale: #535353. Windows color (decimal): -9550506 or 5653870. OLE color: 5653870.
HSL color Cylindrical-coordinate representation of color #6E4556: hue angle of 335.12º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E4556 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 69 | 86 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.57 |
| HSL | 335.12º | 0.23% | 0.35% | - |
| HSV(B) | 335.12º | 0.37% | 0.43% | - |
| XYZ | 10.24 | 8.24 | 9.86 | - |
| YUV | 83.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 86 | 0 | 0.37 | 0.22 | 0.57 | 335.12 | 0.23 | 0.35 |
| Hex | 6E | 45 | 56 | 0 | 25 | 16 | 39 | 14F | 17 | 23 |
| Octal | 156 | 105 | 126 | 0 | 45 | 26 | 71 | 517 | 27 | 43 |
| Binary | 1101110 | 1000101 | 1010110 | 0 | 100101 | 10110 | 111001 | 101001111 | 10111 | 100011 |
Color Harmonies of #6E4556
Complementary color
Monochromatic Colors of #6E4556
Black with #6E4556
Text Example
Text Example
White with #6E4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4556; }
p { color: rgb(110,69,86); }
H1.HeaderClassName
{
color: #6E4556;
}
.AnyTagClassName
{
color: #6E4556;
}
</style>
background-color css
<style>
a { background-color: #6E4556; }
a { background-color: rgb(110,69,86); }
div.DivClassName
{
background-color: #6E4556;
}
.BgClassName
{
background-color: #6E4556;
}
</style>
border-color css
<style>
span { border-color: #6E4556; }
span { border-color: rgb(110,69,86); }
td.TdClassName
{
border-color: #6E4556;
}
.TagClassName
{
border-color: #6E4556;
}
</style>