Shades of Falu Red #6E1616
Tints of Falu Red #6E1616
RGB
CMYK
RGB Variations
Color information
#6E1616 (or 0x6E1616) is known color: Falu Red. HEX triplet: 6E, 16 and 16. RGB value is (110,22,22). Sum of RGB (Red+Green+Blue) = 110+22+22=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1616 is #91E9E9. Grayscale: #303030. Windows color (decimal): -9562602 or 1447534. OLE color: 1447534.
HSL color Cylindrical-coordinate representation of color #6E1616: hue angle of 0º 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 #6E1616 is Cyan = 0, Magento = 0.8, Yellow = 0.8 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 22 | - |
| CMYK | 0 | 0.8 | 0.8 | 0.57 |
| HSL | 0º | 0.67% | 0.26% | - |
| HSV(B) | 0º | 0.8% | 0.43% | - |
| XYZ | 6.86 | 3.95 | 1.16 | - |
| YUV | 48.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 22 | 0 | 0.8 | 0.8 | 0.57 | 0 | 0.67 | 0.26 |
| Hex | 6E | 16 | 16 | 0 | 50 | 50 | 39 | 0 | 43 | 1A |
| Octal | 156 | 26 | 26 | 0 | 120 | 120 | 71 | 0 | 103 | 32 |
| Binary | 1101110 | 10110 | 10110 | 0 | 1010000 | 1010000 | 111001 | 0 | 1000011 | 11010 |
Color Harmonies of #6E1616
Complementary color
Monochromatic Colors of #6E1616
Black with #6E1616
Text Example
Text Example
White with #6E1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1616; }
p { color: rgb(110,22,22); }
H1.HeaderClassName
{
color: #6E1616;
}
.AnyTagClassName
{
color: #6E1616;
}
</style>
background-color css
<style>
a { background-color: #6E1616; }
a { background-color: rgb(110,22,22); }
div.DivClassName
{
background-color: #6E1616;
}
.BgClassName
{
background-color: #6E1616;
}
</style>
border-color css
<style>
span { border-color: #6E1616; }
span { border-color: rgb(110,22,22); }
td.TdClassName
{
border-color: #6E1616;
}
.TagClassName
{
border-color: #6E1616;
}
</style>