Shades of Falu Red #6F1609
Tints of Falu Red #6F1609
RGB
CMYK
RGB Variations
Color information
#6F1609 (or 0x6F1609) is known color: Falu Red. HEX triplet: 6F, 16 and 09. RGB value is (111,22,9). Sum of RGB (Red+Green+Blue) = 111+22+9=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1609 is #90E9F6. Grayscale: #2F2F2F. Windows color (decimal): -9497079 or 595567. OLE color: 595567.
HSL color Cylindrical-coordinate representation of color #6F1609: hue angle of 7.65º 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 #6F1609 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 9 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.56 |
| HSL | 7.65º | 0.85% | 0.24% | - |
| HSV(B) | 7.65º | 0.92% | 0.44% | - |
| XYZ | 6.89 | 3.97 | 0.66 | - |
| YUV | 47.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 9 | 0 | 0.80 | 0.92 | 0.56 | 7.65 | 0.85 | 0.24 |
| Hex | 6F | 16 | 9 | 0 | 50 | 5C | 38 | 8 | 55 | 18 |
| Octal | 157 | 26 | 11 | 0 | 120 | 134 | 70 | 10 | 125 | 30 |
| Binary | 1101111 | 10110 | 1001 | 0 | 1010000 | 1011100 | 111000 | 1000 | 1010101 | 11000 |
Color Harmonies of #6F1609
Complementary color
Monochromatic Colors of #6F1609
Black with #6F1609
Text Example
Text Example
White with #6F1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1609; }
p { color: rgb(111,22,9); }
H1.HeaderClassName
{
color: #6F1609;
}
.AnyTagClassName
{
color: #6F1609;
}
</style>
background-color css
<style>
a { background-color: #6F1609; }
a { background-color: rgb(111,22,9); }
div.DivClassName
{
background-color: #6F1609;
}
.BgClassName
{
background-color: #6F1609;
}
</style>
border-color css
<style>
span { border-color: #6F1609; }
span { border-color: rgb(111,22,9); }
td.TdClassName
{
border-color: #6F1609;
}
.TagClassName
{
border-color: #6F1609;
}
</style>