Shades of Finn #6E3656
Tints of Finn #6E3656
RGB
CMYK
RGB Variations
Color information
#6E3656 (or 0x6E3656) is known color: Finn. HEX triplet: 6E, 36 and 56. RGB value is (110,54,86). Sum of RGB (Red+Green+Blue) = 110+54+86=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3656 is #91C9A9. Grayscale: #4A4A4A. Windows color (decimal): -9554346 or 5650030. OLE color: 5650030.
HSL color Cylindrical-coordinate representation of color #6E3656: hue angle of 325.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E3656 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 54 | 86 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.57 |
| HSL | 325.71º | 0.34% | 0.32% | - |
| HSV(B) | 325.71º | 0.51% | 0.43% | - |
| XYZ | 9.43 | 6.63 | 9.59 | - |
| YUV | 74.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 86 | 0 | 0.51 | 0.22 | 0.57 | 325.71 | 0.34 | 0.32 |
| Hex | 6E | 36 | 56 | 0 | 33 | 16 | 39 | 146 | 22 | 20 |
| Octal | 156 | 66 | 126 | 0 | 63 | 26 | 71 | 506 | 42 | 40 |
| Binary | 1101110 | 110110 | 1010110 | 0 | 110011 | 10110 | 111001 | 101000110 | 100010 | 100000 |
Color Harmonies of #6E3656
Complementary color
Monochromatic Colors of #6E3656
Black with #6E3656
Text Example
Text Example
White with #6E3656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3656; }
p { color: rgb(110,54,86); }
H1.HeaderClassName
{
color: #6E3656;
}
.AnyTagClassName
{
color: #6E3656;
}
</style>
background-color css
<style>
a { background-color: #6E3656; }
a { background-color: rgb(110,54,86); }
div.DivClassName
{
background-color: #6E3656;
}
.BgClassName
{
background-color: #6E3656;
}
</style>
border-color css
<style>
span { border-color: #6E3656; }
span { border-color: rgb(110,54,86); }
td.TdClassName
{
border-color: #6E3656;
}
.TagClassName
{
border-color: #6E3656;
}
</style>