Shades of Falu Red #6F1709
Tints of Falu Red #6F1709
RGB
CMYK
RGB Variations
Color information
#6F1709 (or 0x6F1709) is known color: Falu Red. HEX triplet: 6F, 17 and 09. RGB value is (111,23,9). Sum of RGB (Red+Green+Blue) = 111+23+9=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 9 (3.91% from 255 or 6.29% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1709 is #90E8F6. Grayscale: #2F2F2F. Windows color (decimal): -9496823 or 595823. OLE color: 595823.
HSL color Cylindrical-coordinate representation of color #6F1709: hue angle of 8.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F1709 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 9 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.56 |
| HSL | 8.24º | 0.85% | 0.24% | - |
| HSV(B) | 8.24º | 0.92% | 0.44% | - |
| XYZ | 6.91 | 4.01 | 0.67 | - |
| YUV | 47.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 9 | 0 | 0.79 | 0.92 | 0.56 | 8.24 | 0.85 | 0.24 |
| Hex | 6F | 17 | 9 | 0 | 4F | 5C | 38 | 8 | 55 | 18 |
| Octal | 157 | 27 | 11 | 0 | 117 | 134 | 70 | 10 | 125 | 30 |
| Binary | 1101111 | 10111 | 1001 | 0 | 1001111 | 1011100 | 111000 | 1000 | 1010101 | 11000 |
Color Harmonies of #6F1709
Complementary color
Monochromatic Colors of #6F1709
Black with #6F1709
Text Example
Text Example
White with #6F1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1709; }
p { color: rgb(111,23,9); }
H1.HeaderClassName
{
color: #6F1709;
}
.AnyTagClassName
{
color: #6F1709;
}
</style>
background-color css
<style>
a { background-color: #6F1709; }
a { background-color: rgb(111,23,9); }
div.DivClassName
{
background-color: #6F1709;
}
.BgClassName
{
background-color: #6F1709;
}
</style>
border-color css
<style>
span { border-color: #6F1709; }
span { border-color: rgb(111,23,9); }
td.TdClassName
{
border-color: #6F1709;
}
.TagClassName
{
border-color: #6F1709;
}
</style>