Shades of Falu Red #6D1906
Tints of Falu Red #6D1906
RGB
CMYK
RGB Variations
Color information
#6D1906 (or 0x6D1906) is known color: Falu Red. HEX triplet: 6D, 19 and 06. RGB value is (109,25,6). Sum of RGB (Red+Green+Blue) = 109+25+6=140 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1906 is #92E6F9. Grayscale: #303030. Windows color (decimal): -9627386 or 399725. OLE color: 399725.
HSL color Cylindrical-coordinate representation of color #6D1906: hue angle of 11.07º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D1906 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 6 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.57 |
| HSL | 11.07º | 0.9% | 0.23% | - |
| HSV(B) | 11.07º | 0.94% | 0.43% | - |
| XYZ | 6.69 | 3.96 | 0.58 | - |
| YUV | 47.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 6 | 0 | 0.77 | 0.94 | 0.57 | 11.07 | 0.9 | 0.23 |
| Hex | 6D | 19 | 6 | 0 | 4D | 5E | 39 | B | 5A | 17 |
| Octal | 155 | 31 | 6 | 0 | 115 | 136 | 71 | 13 | 132 | 27 |
| Binary | 1101101 | 11001 | 110 | 0 | 1001101 | 1011110 | 111001 | 1011 | 1011010 | 10111 |
Color Harmonies of #6D1906
Complementary color
Monochromatic Colors of #6D1906
Black with #6D1906
Text Example
Text Example
White with #6D1906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1906; }
p { color: rgb(109,25,6); }
H1.HeaderClassName
{
color: #6D1906;
}
.AnyTagClassName
{
color: #6D1906;
}
</style>
background-color css
<style>
a { background-color: #6D1906; }
a { background-color: rgb(109,25,6); }
div.DivClassName
{
background-color: #6D1906;
}
.BgClassName
{
background-color: #6D1906;
}
</style>
border-color css
<style>
span { border-color: #6D1906; }
span { border-color: rgb(109,25,6); }
td.TdClassName
{
border-color: #6D1906;
}
.TagClassName
{
border-color: #6D1906;
}
</style>