Shades of Falu Red #6E1E11
Tints of Falu Red #6E1E11
RGB
CMYK
RGB Variations
Color information
#6E1E11 (or 0x6E1E11) is known color: Falu Red. HEX triplet: 6E, 1E and 11. RGB value is (110,30,17). Sum of RGB (Red+Green+Blue) = 110+30+17=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1E11 is #91E1EE. Grayscale: #343434. Windows color (decimal): -9560559 or 1121902. OLE color: 1121902.
HSL color Cylindrical-coordinate representation of color #6E1E11: hue angle of 8.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1E11 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 30 | 17 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.57 |
| HSL | 8.39º | 0.73% | 0.25% | - |
| HSV(B) | 8.39º | 0.85% | 0.43% | - |
| XYZ | 7 | 4.28 | 0.99 | - |
| YUV | 52.44 | 108 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 17 | 0 | 0.73 | 0.85 | 0.57 | 8.39 | 0.73 | 0.25 |
| Hex | 6E | 1E | 11 | 0 | 49 | 55 | 39 | 8 | 49 | 19 |
| Octal | 156 | 36 | 21 | 0 | 111 | 125 | 71 | 10 | 111 | 31 |
| Binary | 1101110 | 11110 | 10001 | 0 | 1001001 | 1010101 | 111001 | 1000 | 1001001 | 11001 |
Color Harmonies of #6E1E11
Complementary color
Monochromatic Colors of #6E1E11
Black with #6E1E11
Text Example
Text Example
White with #6E1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1E11; }
p { color: rgb(110,30,17); }
H1.HeaderClassName
{
color: #6E1E11;
}
.AnyTagClassName
{
color: #6E1E11;
}
</style>
background-color css
<style>
a { background-color: #6E1E11; }
a { background-color: rgb(110,30,17); }
div.DivClassName
{
background-color: #6E1E11;
}
.BgClassName
{
background-color: #6E1E11;
}
</style>
border-color css
<style>
span { border-color: #6E1E11; }
span { border-color: rgb(110,30,17); }
td.TdClassName
{
border-color: #6E1E11;
}
.TagClassName
{
border-color: #6E1E11;
}
</style>