Shades of Falu Red #6E1D05
Tints of Falu Red #6E1D05
RGB
CMYK
RGB Variations
Color information
#6E1D05 (or 0x6E1D05) is known color: Falu Red. HEX triplet: 6E, 1D and 05. RGB value is (110,29,5). Sum of RGB (Red+Green+Blue) = 110+29+5=144 (19% of max value = 765). Red value is 110 (43.36% from 255 or 76.39% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1D05 is #91E2FA. Grayscale: #323232. Windows color (decimal): -9560827 or 335214. OLE color: 335214.
HSL color Cylindrical-coordinate representation of color #6E1D05: hue angle of 13.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E1D05 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 29 | 5 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.57 |
| HSL | 13.71º | 0.91% | 0.23% | - |
| HSV(B) | 13.71º | 0.95% | 0.43% | - |
| XYZ | 6.9 | 4.2 | 0.59 | - |
| YUV | 50.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 29 | 5 | 0 | 0.74 | 0.95 | 0.57 | 13.71 | 0.91 | 0.23 |
| Hex | 6E | 1D | 5 | 0 | 4A | 5F | 39 | E | 5B | 17 |
| Octal | 156 | 35 | 5 | 0 | 112 | 137 | 71 | 16 | 133 | 27 |
| Binary | 1101110 | 11101 | 101 | 0 | 1001010 | 1011111 | 111001 | 1110 | 1011011 | 10111 |
Color Harmonies of #6E1D05
Complementary color
Monochromatic Colors of #6E1D05
Black with #6E1D05
Text Example
Text Example
White with #6E1D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1D05; }
p { color: rgb(110,29,5); }
H1.HeaderClassName
{
color: #6E1D05;
}
.AnyTagClassName
{
color: #6E1D05;
}
</style>
background-color css
<style>
a { background-color: #6E1D05; }
a { background-color: rgb(110,29,5); }
div.DivClassName
{
background-color: #6E1D05;
}
.BgClassName
{
background-color: #6E1D05;
}
</style>
border-color css
<style>
span { border-color: #6E1D05; }
span { border-color: rgb(110,29,5); }
td.TdClassName
{
border-color: #6E1D05;
}
.TagClassName
{
border-color: #6E1D05;
}
</style>