Shades of Falu Red #6F1409
Tints of Falu Red #6F1409
RGB
CMYK
RGB Variations
Color information
#6F1409 (or 0x6F1409) is known color: Falu Red. HEX triplet: 6F, 14 and 09. RGB value is (111,20,9). Sum of RGB (Red+Green+Blue) = 111+20+9=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1409 is #90EBF6. Grayscale: #2E2E2E. Windows color (decimal): -9497591 or 595055. OLE color: 595055.
HSL color Cylindrical-coordinate representation of color #6F1409: hue angle of 6.47º 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 #6F1409 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 9 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.56 |
| HSL | 6.47º | 0.85% | 0.24% | - |
| HSV(B) | 6.47º | 0.92% | 0.44% | - |
| XYZ | 6.86 | 3.9 | 0.65 | - |
| YUV | 45.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 9 | 0 | 0.82 | 0.92 | 0.56 | 6.47 | 0.85 | 0.24 |
| Hex | 6F | 14 | 9 | 0 | 52 | 5C | 38 | 6 | 55 | 18 |
| Octal | 157 | 24 | 11 | 0 | 122 | 134 | 70 | 6 | 125 | 30 |
| Binary | 1101111 | 10100 | 1001 | 0 | 1010010 | 1011100 | 111000 | 110 | 1010101 | 11000 |
Color Harmonies of #6F1409
Complementary color
Monochromatic Colors of #6F1409
Black with #6F1409
Text Example
Text Example
White with #6F1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1409; }
p { color: rgb(111,20,9); }
H1.HeaderClassName
{
color: #6F1409;
}
.AnyTagClassName
{
color: #6F1409;
}
</style>
background-color css
<style>
a { background-color: #6F1409; }
a { background-color: rgb(111,20,9); }
div.DivClassName
{
background-color: #6F1409;
}
.BgClassName
{
background-color: #6F1409;
}
</style>
border-color css
<style>
span { border-color: #6F1409; }
span { border-color: rgb(111,20,9); }
td.TdClassName
{
border-color: #6F1409;
}
.TagClassName
{
border-color: #6F1409;
}
</style>