Shades of Falu Red #6F2009
Tints of Falu Red #6F2009
RGB
CMYK
RGB Variations
Color information
#6F2009 (or 0x6F2009) is known color: Falu Red. HEX triplet: 6F, 20 and 09. RGB value is (111,32,9). Sum of RGB (Red+Green+Blue) = 111+32+9=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2009 is #90DFF6. Grayscale: #353535. Windows color (decimal): -9494519 or 598127. OLE color: 598127.
HSL color Cylindrical-coordinate representation of color #6F2009: hue angle of 13.53º 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 #6F2009 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 9 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.56 |
| HSL | 13.53º | 0.85% | 0.24% | - |
| HSV(B) | 13.53º | 0.92% | 0.44% | - |
| XYZ | 7.12 | 4.43 | 0.74 | - |
| YUV | 53 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 9 | 0 | 0.71 | 0.92 | 0.56 | 13.53 | 0.85 | 0.24 |
| Hex | 6F | 20 | 9 | 0 | 47 | 5C | 38 | E | 55 | 18 |
| Octal | 157 | 40 | 11 | 0 | 107 | 134 | 70 | 16 | 125 | 30 |
| Binary | 1101111 | 100000 | 1001 | 0 | 1000111 | 1011100 | 111000 | 1110 | 1010101 | 11000 |
Color Harmonies of #6F2009
Complementary color
Monochromatic Colors of #6F2009
Black with #6F2009
Text Example
Text Example
White with #6F2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2009; }
p { color: rgb(111,32,9); }
H1.HeaderClassName
{
color: #6F2009;
}
.AnyTagClassName
{
color: #6F2009;
}
</style>
background-color css
<style>
a { background-color: #6F2009; }
a { background-color: rgb(111,32,9); }
div.DivClassName
{
background-color: #6F2009;
}
.BgClassName
{
background-color: #6F2009;
}
</style>
border-color css
<style>
span { border-color: #6F2009; }
span { border-color: rgb(111,32,9); }
td.TdClassName
{
border-color: #6F2009;
}
.TagClassName
{
border-color: #6F2009;
}
</style>