Shades of Finn #6E3C51
Tints of Finn #6E3C51
RGB
CMYK
RGB Variations
Color information
#6E3C51 (or 0x6E3C51) is known color: Finn. HEX triplet: 6E, 3C and 51. RGB value is (110,60,81). Sum of RGB (Red+Green+Blue) = 110+60+81=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3C51 is #91C3AE. Grayscale: #4D4D4D. Windows color (decimal): -9552815 or 5323886. OLE color: 5323886.
HSL color Cylindrical-coordinate representation of color #6E3C51: hue angle of 334.8º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E3C51 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 60 | 81 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.57 |
| HSL | 334.8º | 0.29% | 0.33% | - |
| HSV(B) | 334.8º | 0.45% | 0.43% | - |
| XYZ | 9.53 | 7.14 | 8.66 | - |
| YUV | 77.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 81 | 0 | 0.45 | 0.26 | 0.57 | 334.8 | 0.29 | 0.33 |
| Hex | 6E | 3C | 51 | 0 | 2D | 1A | 39 | 14F | 1D | 21 |
| Octal | 156 | 74 | 121 | 0 | 55 | 32 | 71 | 517 | 35 | 41 |
| Binary | 1101110 | 111100 | 1010001 | 0 | 101101 | 11010 | 111001 | 101001111 | 11101 | 100001 |
Color Harmonies of #6E3C51
Complementary color
Monochromatic Colors of #6E3C51
Black with #6E3C51
Text Example
Text Example
White with #6E3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3C51; }
p { color: rgb(110,60,81); }
H1.HeaderClassName
{
color: #6E3C51;
}
.AnyTagClassName
{
color: #6E3C51;
}
</style>
background-color css
<style>
a { background-color: #6E3C51; }
a { background-color: rgb(110,60,81); }
div.DivClassName
{
background-color: #6E3C51;
}
.BgClassName
{
background-color: #6E3C51;
}
</style>
border-color css
<style>
span { border-color: #6E3C51; }
span { border-color: rgb(110,60,81); }
td.TdClassName
{
border-color: #6E3C51;
}
.TagClassName
{
border-color: #6E3C51;
}
</style>