Shades of Falu Red #6F1A13
Tints of Falu Red #6F1A13
RGB
CMYK
RGB Variations
Color information
#6F1A13 (or 0x6F1A13) is known color: Falu Red. HEX triplet: 6F, 1A and 13. RGB value is (111,26,19). Sum of RGB (Red+Green+Blue) = 111+26+19=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A13 is #90E5EC. Grayscale: #323232. Windows color (decimal): -9496045 or 1251951. OLE color: 1251951.
HSL color Cylindrical-coordinate representation of color #6F1A13: hue angle of 4.57º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1A13 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 19 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.56 |
| HSL | 4.57º | 0.71% | 0.25% | - |
| HSV(B) | 4.57º | 0.83% | 0.44% | - |
| XYZ | 7.04 | 4.17 | 1.05 | - |
| YUV | 50.62 | 110.16 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 19 | 0 | 0.77 | 0.83 | 0.56 | 4.57 | 0.71 | 0.25 |
| Hex | 6F | 1A | 13 | 0 | 4D | 53 | 38 | 5 | 47 | 19 |
| Octal | 157 | 32 | 23 | 0 | 115 | 123 | 70 | 5 | 107 | 31 |
| Binary | 1101111 | 11010 | 10011 | 0 | 1001101 | 1010011 | 111000 | 101 | 1000111 | 11001 |
Color Harmonies of #6F1A13
Complementary color
Monochromatic Colors of #6F1A13
Black with #6F1A13
Text Example
Text Example
White with #6F1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A13; }
p { color: rgb(111,26,19); }
H1.HeaderClassName
{
color: #6F1A13;
}
.AnyTagClassName
{
color: #6F1A13;
}
</style>
background-color css
<style>
a { background-color: #6F1A13; }
a { background-color: rgb(111,26,19); }
div.DivClassName
{
background-color: #6F1A13;
}
.BgClassName
{
background-color: #6F1A13;
}
</style>
border-color css
<style>
span { border-color: #6F1A13; }
span { border-color: rgb(111,26,19); }
td.TdClassName
{
border-color: #6F1A13;
}
.TagClassName
{
border-color: #6F1A13;
}
</style>