Shades of Falu Red #6E1916
Tints of Falu Red #6E1916
RGB
CMYK
RGB Variations
Color information
#6E1916 (or 0x6E1916) is known color: Falu Red. HEX triplet: 6E, 19 and 16. RGB value is (110,25,22). Sum of RGB (Red+Green+Blue) = 110+25+22=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1916 is #91E6E9. Grayscale: #323232. Windows color (decimal): -9561834 or 1448302. OLE color: 1448302.
HSL color Cylindrical-coordinate representation of color #6E1916: hue angle of 2.05º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E1916 is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 25 | 22 | - |
| CMYK | 0 | 0.77 | 0.8 | 0.57 |
| HSL | 2.05º | 0.67% | 0.26% | - |
| HSV(B) | 2.05º | 0.8% | 0.43% | - |
| XYZ | 6.92 | 4.07 | 1.18 | - |
| YUV | 50.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 22 | 0 | 0.77 | 0.8 | 0.57 | 2.05 | 0.67 | 0.26 |
| Hex | 6E | 19 | 16 | 0 | 4D | 50 | 39 | 2 | 43 | 1A |
| Octal | 156 | 31 | 26 | 0 | 115 | 120 | 71 | 2 | 103 | 32 |
| Binary | 1101110 | 11001 | 10110 | 0 | 1001101 | 1010000 | 111001 | 10 | 1000011 | 11010 |
Color Harmonies of #6E1916
Complementary color
Monochromatic Colors of #6E1916
Black with #6E1916
Text Example
Text Example
White with #6E1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1916; }
p { color: rgb(110,25,22); }
H1.HeaderClassName
{
color: #6E1916;
}
.AnyTagClassName
{
color: #6E1916;
}
</style>
background-color css
<style>
a { background-color: #6E1916; }
a { background-color: rgb(110,25,22); }
div.DivClassName
{
background-color: #6E1916;
}
.BgClassName
{
background-color: #6E1916;
}
</style>
border-color css
<style>
span { border-color: #6E1916; }
span { border-color: rgb(110,25,22); }
td.TdClassName
{
border-color: #6E1916;
}
.TagClassName
{
border-color: #6E1916;
}
</style>