Shades of Falu Red #6F1A05
Tints of Falu Red #6F1A05
RGB
CMYK
RGB Variations
Color information
#6F1A05 (or 0x6F1A05) is known color: Falu Red. HEX triplet: 6F, 1A and 05. RGB value is (111,26,5). Sum of RGB (Red+Green+Blue) = 111+26+5=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A05 is #90E5FA. Grayscale: #313131. Windows color (decimal): -9496059 or 334447. OLE color: 334447.
HSL color Cylindrical-coordinate representation of color #6F1A05: hue angle of 11.89º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F1A05 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 5 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.56 |
| HSL | 11.89º | 0.91% | 0.23% | - |
| HSV(B) | 11.89º | 0.95% | 0.44% | - |
| XYZ | 6.95 | 4.13 | 0.57 | - |
| YUV | 49.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 5 | 0 | 0.77 | 0.95 | 0.56 | 11.89 | 0.91 | 0.23 |
| Hex | 6F | 1A | 5 | 0 | 4D | 5F | 38 | C | 5B | 17 |
| Octal | 157 | 32 | 5 | 0 | 115 | 137 | 70 | 14 | 133 | 27 |
| Binary | 1101111 | 11010 | 101 | 0 | 1001101 | 1011111 | 111000 | 1100 | 1011011 | 10111 |
Color Harmonies of #6F1A05
Complementary color
Monochromatic Colors of #6F1A05
Black with #6F1A05
Text Example
Text Example
White with #6F1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A05; }
p { color: rgb(111,26,5); }
H1.HeaderClassName
{
color: #6F1A05;
}
.AnyTagClassName
{
color: #6F1A05;
}
</style>
background-color css
<style>
a { background-color: #6F1A05; }
a { background-color: rgb(111,26,5); }
div.DivClassName
{
background-color: #6F1A05;
}
.BgClassName
{
background-color: #6F1A05;
}
</style>
border-color css
<style>
span { border-color: #6F1A05; }
span { border-color: rgb(111,26,5); }
td.TdClassName
{
border-color: #6F1A05;
}
.TagClassName
{
border-color: #6F1A05;
}
</style>