Shades of Falu Red #6F1009
Tints of Falu Red #6F1009
RGB
CMYK
RGB Variations
Color information
#6F1009 (or 0x6F1009) is known color: Falu Red. HEX triplet: 6F, 10 and 09. RGB value is (111,16,9). Sum of RGB (Red+Green+Blue) = 111+16+9=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1009 is #90EFF6. Grayscale: #2B2B2B. Windows color (decimal): -9498615 or 594031. OLE color: 594031.
HSL color Cylindrical-coordinate representation of color #6F1009: hue angle of 4.12º 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 #6F1009 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 16 | 9 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.56 |
| HSL | 4.12º | 0.85% | 0.24% | - |
| HSV(B) | 4.12º | 0.92% | 0.44% | - |
| XYZ | 6.79 | 3.77 | 0.63 | - |
| YUV | 43.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 9 | 0 | 0.86 | 0.92 | 0.56 | 4.12 | 0.85 | 0.24 |
| Hex | 6F | 10 | 9 | 0 | 56 | 5C | 38 | 4 | 55 | 18 |
| Octal | 157 | 20 | 11 | 0 | 126 | 134 | 70 | 4 | 125 | 30 |
| Binary | 1101111 | 10000 | 1001 | 0 | 1010110 | 1011100 | 111000 | 100 | 1010101 | 11000 |
Color Harmonies of #6F1009
Complementary color
Monochromatic Colors of #6F1009
Black with #6F1009
Text Example
Text Example
White with #6F1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1009; }
p { color: rgb(111,16,9); }
H1.HeaderClassName
{
color: #6F1009;
}
.AnyTagClassName
{
color: #6F1009;
}
</style>
background-color css
<style>
a { background-color: #6F1009; }
a { background-color: rgb(111,16,9); }
div.DivClassName
{
background-color: #6F1009;
}
.BgClassName
{
background-color: #6F1009;
}
</style>
border-color css
<style>
span { border-color: #6F1009; }
span { border-color: rgb(111,16,9); }
td.TdClassName
{
border-color: #6F1009;
}
.TagClassName
{
border-color: #6F1009;
}
</style>