Shades of Falu Red #6D1D04
Tints of Falu Red #6D1D04
RGB
CMYK
RGB Variations
Color information
#6D1D04 (or 0x6D1D04) is known color: Falu Red. HEX triplet: 6D, 1D and 04. RGB value is (109,29,4). Sum of RGB (Red+Green+Blue) = 109+29+4=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D04 is #92E2FB. Grayscale: #323232. Windows color (decimal): -9626364 or 269677. OLE color: 269677.
HSL color Cylindrical-coordinate representation of color #6D1D04: hue angle of 14.29º 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 #6D1D04 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 4 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.57 |
| HSL | 14.29º | 0.93% | 0.22% | - |
| HSV(B) | 14.29º | 0.96% | 0.43% | - |
| XYZ | 6.77 | 4.14 | 0.56 | - |
| YUV | 50.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 4 | 0 | 0.73 | 0.96 | 0.57 | 14.29 | 0.93 | 0.22 |
| Hex | 6D | 1D | 4 | 0 | 49 | 60 | 39 | E | 5D | 16 |
| Octal | 155 | 35 | 4 | 0 | 111 | 140 | 71 | 16 | 135 | 26 |
| Binary | 1101101 | 11101 | 100 | 0 | 1001001 | 1100000 | 111001 | 1110 | 1011101 | 10110 |
Color Harmonies of #6D1D04
Complementary color
Monochromatic Colors of #6D1D04
Black with #6D1D04
Text Example
Text Example
White with #6D1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D04; }
p { color: rgb(109,29,4); }
H1.HeaderClassName
{
color: #6D1D04;
}
.AnyTagClassName
{
color: #6D1D04;
}
</style>
background-color css
<style>
a { background-color: #6D1D04; }
a { background-color: rgb(109,29,4); }
div.DivClassName
{
background-color: #6D1D04;
}
.BgClassName
{
background-color: #6D1D04;
}
</style>
border-color css
<style>
span { border-color: #6D1D04; }
span { border-color: rgb(109,29,4); }
td.TdClassName
{
border-color: #6D1D04;
}
.TagClassName
{
border-color: #6D1D04;
}
</style>