Shades of Falu Red #6D1C04
Tints of Falu Red #6D1C04
RGB
CMYK
RGB Variations
Color information
#6D1C04 (or 0x6D1C04) is known color: Falu Red. HEX triplet: 6D, 1C and 04. RGB value is (109,28,4). Sum of RGB (Red+Green+Blue) = 109+28+4=141 (18% of max value = 765). Red value is 109 (42.97% from 255 or 77.30% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1C04 is #92E3FB. Grayscale: #313131. Windows color (decimal): -9626620 or 269421. OLE color: 269421.
HSL color Cylindrical-coordinate representation of color #6D1C04: hue angle of 13.71º 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 #6D1C04 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 4 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.57 |
| HSL | 13.71º | 0.93% | 0.22% | - |
| HSV(B) | 13.71º | 0.96% | 0.43% | - |
| XYZ | 6.74 | 4.09 | 0.55 | - |
| YUV | 49.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 4 | 0 | 0.74 | 0.96 | 0.57 | 13.71 | 0.93 | 0.22 |
| Hex | 6D | 1C | 4 | 0 | 4A | 60 | 39 | E | 5D | 16 |
| Octal | 155 | 34 | 4 | 0 | 112 | 140 | 71 | 16 | 135 | 26 |
| Binary | 1101101 | 11100 | 100 | 0 | 1001010 | 1100000 | 111001 | 1110 | 1011101 | 10110 |
Color Harmonies of #6D1C04
Complementary color
Monochromatic Colors of #6D1C04
Black with #6D1C04
Text Example
Text Example
White with #6D1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C04; }
p { color: rgb(109,28,4); }
H1.HeaderClassName
{
color: #6D1C04;
}
.AnyTagClassName
{
color: #6D1C04;
}
</style>
background-color css
<style>
a { background-color: #6D1C04; }
a { background-color: rgb(109,28,4); }
div.DivClassName
{
background-color: #6D1C04;
}
.BgClassName
{
background-color: #6D1C04;
}
</style>
border-color css
<style>
span { border-color: #6D1C04; }
span { border-color: rgb(109,28,4); }
td.TdClassName
{
border-color: #6D1C04;
}
.TagClassName
{
border-color: #6D1C04;
}
</style>