Shades of Falu Red #6D1814
Tints of Falu Red #6D1814
RGB
CMYK
RGB Variations
Color information
#6D1814 (or 0x6D1814) is known color: Falu Red. HEX triplet: 6D, 18 and 14. RGB value is (109,24,20). Sum of RGB (Red+Green+Blue) = 109+24+20=153 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.24% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1814 is #92E7EB. Grayscale: #313131. Windows color (decimal): -9627628 or 1316973. OLE color: 1316973.
HSL color Cylindrical-coordinate representation of color #6D1814: hue angle of 2.7º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1814 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 20 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.57 |
| HSL | 2.7º | 0.69% | 0.25% | - |
| HSV(B) | 2.7º | 0.82% | 0.43% | - |
| XYZ | 6.76 | 3.95 | 1.07 | - |
| YUV | 48.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 20 | 0 | 0.78 | 0.82 | 0.57 | 2.7 | 0.69 | 0.25 |
| Hex | 6D | 18 | 14 | 0 | 4E | 52 | 39 | 3 | 45 | 19 |
| Octal | 155 | 30 | 24 | 0 | 116 | 122 | 71 | 3 | 105 | 31 |
| Binary | 1101101 | 11000 | 10100 | 0 | 1001110 | 1010010 | 111001 | 11 | 1000101 | 11001 |
Color Harmonies of #6D1814
Complementary color
Monochromatic Colors of #6D1814
Black with #6D1814
Text Example
Text Example
White with #6D1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1814; }
p { color: rgb(109,24,20); }
H1.HeaderClassName
{
color: #6D1814;
}
.AnyTagClassName
{
color: #6D1814;
}
</style>
background-color css
<style>
a { background-color: #6D1814; }
a { background-color: rgb(109,24,20); }
div.DivClassName
{
background-color: #6D1814;
}
.BgClassName
{
background-color: #6D1814;
}
</style>
border-color css
<style>
span { border-color: #6D1814; }
span { border-color: rgb(109,24,20); }
td.TdClassName
{
border-color: #6D1814;
}
.TagClassName
{
border-color: #6D1814;
}
</style>