Shades of Falu Red #6F170D
Tints of Falu Red #6F170D
RGB
CMYK
RGB Variations
Color information
#6F170D (or 0x6F170D) is known color: Falu Red. HEX triplet: 6F, 17 and 0D. RGB value is (111,23,13). Sum of RGB (Red+Green+Blue) = 111+23+13=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F170D is #90E8F2. Grayscale: #303030. Windows color (decimal): -9496819 or 857967. OLE color: 857967.
HSL color Cylindrical-coordinate representation of color #6F170D: hue angle of 6.12º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F170D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 13 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.56 |
| HSL | 6.12º | 0.79% | 0.24% | - |
| HSV(B) | 6.12º | 0.88% | 0.44% | - |
| XYZ | 6.93 | 4.02 | 0.79 | - |
| YUV | 48.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 13 | 0 | 0.79 | 0.88 | 0.56 | 6.12 | 0.79 | 0.24 |
| Hex | 6F | 17 | D | 0 | 4F | 58 | 38 | 6 | 4F | 18 |
| Octal | 157 | 27 | 15 | 0 | 117 | 130 | 70 | 6 | 117 | 30 |
| Binary | 1101111 | 10111 | 1101 | 0 | 1001111 | 1011000 | 111000 | 110 | 1001111 | 11000 |
Color Harmonies of #6F170D
Complementary color
Monochromatic Colors of #6F170D
Black with #6F170D
Text Example
Text Example
White with #6F170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F170D; }
p { color: rgb(111,23,13); }
H1.HeaderClassName
{
color: #6F170D;
}
.AnyTagClassName
{
color: #6F170D;
}
</style>
background-color css
<style>
a { background-color: #6F170D; }
a { background-color: rgb(111,23,13); }
div.DivClassName
{
background-color: #6F170D;
}
.BgClassName
{
background-color: #6F170D;
}
</style>
border-color css
<style>
span { border-color: #6F170D; }
span { border-color: rgb(111,23,13); }
td.TdClassName
{
border-color: #6F170D;
}
.TagClassName
{
border-color: #6F170D;
}
</style>