Shades of Falu Red #6F1A04
Tints of Falu Red #6F1A04
RGB
CMYK
RGB Variations
Color information
#6F1A04 (or 0x6F1A04) is known color: Falu Red. HEX triplet: 6F, 1A and 04. RGB value is (111,26,4). Sum of RGB (Red+Green+Blue) = 111+26+4=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A04 is #90E5FB. Grayscale: #313131. Windows color (decimal): -9496060 or 268911. OLE color: 268911.
HSL color Cylindrical-coordinate representation of color #6F1A04: hue angle of 12.34º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F1A04 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 4 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.56 |
| HSL | 12.34º | 0.93% | 0.23% | - |
| HSV(B) | 12.34º | 0.96% | 0.44% | - |
| XYZ | 6.95 | 4.13 | 0.55 | - |
| YUV | 48.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 4 | 0 | 0.77 | 0.96 | 0.56 | 12.34 | 0.93 | 0.23 |
| Hex | 6F | 1A | 4 | 0 | 4D | 60 | 38 | C | 5D | 17 |
| Octal | 157 | 32 | 4 | 0 | 115 | 140 | 70 | 14 | 135 | 27 |
| Binary | 1101111 | 11010 | 100 | 0 | 1001101 | 1100000 | 111000 | 1100 | 1011101 | 10111 |
Color Harmonies of #6F1A04
Complementary color
Monochromatic Colors of #6F1A04
Black with #6F1A04
Text Example
Text Example
White with #6F1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A04; }
p { color: rgb(111,26,4); }
H1.HeaderClassName
{
color: #6F1A04;
}
.AnyTagClassName
{
color: #6F1A04;
}
</style>
background-color css
<style>
a { background-color: #6F1A04; }
a { background-color: rgb(111,26,4); }
div.DivClassName
{
background-color: #6F1A04;
}
.BgClassName
{
background-color: #6F1A04;
}
</style>
border-color css
<style>
span { border-color: #6F1A04; }
span { border-color: rgb(111,26,4); }
td.TdClassName
{
border-color: #6F1A04;
}
.TagClassName
{
border-color: #6F1A04;
}
</style>