Shades of Falu Red #6D1804
Tints of Falu Red #6D1804
RGB
CMYK
RGB Variations
Color information
#6D1804 (or 0x6D1804) is known color: Falu Red. HEX triplet: 6D, 18 and 04. RGB value is (109,24,4). Sum of RGB (Red+Green+Blue) = 109+24+4=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1804 is #92E7FB. Grayscale: #2F2F2F. Windows color (decimal): -9627644 or 268397. OLE color: 268397.
HSL color Cylindrical-coordinate representation of color #6D1804: hue angle of 11.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D1804 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 4 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.57 |
| HSL | 11.43º | 0.93% | 0.22% | - |
| HSV(B) | 11.43º | 0.96% | 0.43% | - |
| XYZ | 6.66 | 3.91 | 0.52 | - |
| YUV | 47.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 4 | 0 | 0.78 | 0.96 | 0.57 | 11.43 | 0.93 | 0.22 |
| Hex | 6D | 18 | 4 | 0 | 4E | 60 | 39 | B | 5D | 16 |
| Octal | 155 | 30 | 4 | 0 | 116 | 140 | 71 | 13 | 135 | 26 |
| Binary | 1101101 | 11000 | 100 | 0 | 1001110 | 1100000 | 111001 | 1011 | 1011101 | 10110 |
Color Harmonies of #6D1804
Complementary color
Monochromatic Colors of #6D1804
Black with #6D1804
Text Example
Text Example
White with #6D1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1804; }
p { color: rgb(109,24,4); }
H1.HeaderClassName
{
color: #6D1804;
}
.AnyTagClassName
{
color: #6D1804;
}
</style>
background-color css
<style>
a { background-color: #6D1804; }
a { background-color: rgb(109,24,4); }
div.DivClassName
{
background-color: #6D1804;
}
.BgClassName
{
background-color: #6D1804;
}
</style>
border-color css
<style>
span { border-color: #6D1804; }
span { border-color: rgb(109,24,4); }
td.TdClassName
{
border-color: #6D1804;
}
.TagClassName
{
border-color: #6D1804;
}
</style>