Shades of Finn #6E3757
Tints of Finn #6E3757
RGB
CMYK
RGB Variations
Color information
#6E3757 (or 0x6E3757) is known color: Finn. HEX triplet: 6E, 37 and 57. RGB value is (110,55,87). Sum of RGB (Red+Green+Blue) = 110+55+87=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3757 is #91C8A8. Grayscale: #4B4B4B. Windows color (decimal): -9554089 or 5715822. OLE color: 5715822.
HSL color Cylindrical-coordinate representation of color #6E3757: hue angle of 325.09º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E3757 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 87 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.57 |
| HSL | 325.09º | 0.33% | 0.32% | - |
| HSV(B) | 325.09º | 0.5% | 0.43% | - |
| XYZ | 9.52 | 6.74 | 9.82 | - |
| YUV | 75.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 87 | 0 | 0.5 | 0.21 | 0.57 | 325.09 | 0.33 | 0.32 |
| Hex | 6E | 37 | 57 | 0 | 32 | 15 | 39 | 145 | 21 | 20 |
| Octal | 156 | 67 | 127 | 0 | 62 | 25 | 71 | 505 | 41 | 40 |
| Binary | 1101110 | 110111 | 1010111 | 0 | 110010 | 10101 | 111001 | 101000101 | 100001 | 100000 |
Color Harmonies of #6E3757
Complementary color
Monochromatic Colors of #6E3757
Black with #6E3757
Text Example
Text Example
White with #6E3757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3757; }
p { color: rgb(110,55,87); }
H1.HeaderClassName
{
color: #6E3757;
}
.AnyTagClassName
{
color: #6E3757;
}
</style>
background-color css
<style>
a { background-color: #6E3757; }
a { background-color: rgb(110,55,87); }
div.DivClassName
{
background-color: #6E3757;
}
.BgClassName
{
background-color: #6E3757;
}
</style>
border-color css
<style>
span { border-color: #6E3757; }
span { border-color: rgb(110,55,87); }
td.TdClassName
{
border-color: #6E3757;
}
.TagClassName
{
border-color: #6E3757;
}
</style>