Shades of Finn #6E4759
Tints of Finn #6E4759
RGB
CMYK
RGB Variations
Color information
#6E4759 (or 0x6E4759) is known color: Finn. HEX triplet: 6E, 47 and 59. RGB value is (110,71,89). Sum of RGB (Red+Green+Blue) = 110+71+89=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4759 is #91B8A6. Grayscale: #545454. Windows color (decimal): -9549991 or 5850990. OLE color: 5850990.
HSL color Cylindrical-coordinate representation of color #6E4759: hue angle of 332.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E4759 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 71 | 89 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.57 |
| HSL | 332.31º | 0.22% | 0.35% | - |
| HSV(B) | 332.31º | 0.35% | 0.43% | - |
| XYZ | 10.49 | 8.54 | 10.55 | - |
| YUV | 84.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 89 | 0 | 0.35 | 0.19 | 0.57 | 332.31 | 0.22 | 0.35 |
| Hex | 6E | 47 | 59 | 0 | 23 | 13 | 39 | 14C | 16 | 23 |
| Octal | 156 | 107 | 131 | 0 | 43 | 23 | 71 | 514 | 26 | 43 |
| Binary | 1101110 | 1000111 | 1011001 | 0 | 100011 | 10011 | 111001 | 101001100 | 10110 | 100011 |
Color Harmonies of #6E4759
Complementary color
Monochromatic Colors of #6E4759
Black with #6E4759
Text Example
Text Example
White with #6E4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4759; }
p { color: rgb(110,71,89); }
H1.HeaderClassName
{
color: #6E4759;
}
.AnyTagClassName
{
color: #6E4759;
}
</style>
background-color css
<style>
a { background-color: #6E4759; }
a { background-color: rgb(110,71,89); }
div.DivClassName
{
background-color: #6E4759;
}
.BgClassName
{
background-color: #6E4759;
}
</style>
border-color css
<style>
span { border-color: #6E4759; }
span { border-color: rgb(110,71,89); }
td.TdClassName
{
border-color: #6E4759;
}
.TagClassName
{
border-color: #6E4759;
}
</style>