Shades of Falu Red #6F170A
Tints of Falu Red #6F170A
RGB
CMYK
RGB Variations
Color information
#6F170A (or 0x6F170A) is known color: Falu Red. HEX triplet: 6F, 17 and 0A. RGB value is (111,23,10). Sum of RGB (Red+Green+Blue) = 111+23+10=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F170A is #90E8F5. Grayscale: #2F2F2F. Windows color (decimal): -9496822 or 661359. OLE color: 661359.
HSL color Cylindrical-coordinate representation of color #6F170A: hue angle of 7.72º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F170A is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 10 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.56 |
| HSL | 7.72º | 0.83% | 0.24% | - |
| HSV(B) | 7.72º | 0.91% | 0.44% | - |
| XYZ | 6.92 | 4.01 | 0.7 | - |
| YUV | 47.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 10 | 0 | 0.79 | 0.91 | 0.56 | 7.72 | 0.83 | 0.24 |
| Hex | 6F | 17 | A | 0 | 4F | 5B | 38 | 8 | 53 | 18 |
| Octal | 157 | 27 | 12 | 0 | 117 | 133 | 70 | 10 | 123 | 30 |
| Binary | 1101111 | 10111 | 1010 | 0 | 1001111 | 1011011 | 111000 | 1000 | 1010011 | 11000 |
Color Harmonies of #6F170A
Complementary color
Monochromatic Colors of #6F170A
Black with #6F170A
Text Example
Text Example
White with #6F170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F170A; }
p { color: rgb(111,23,10); }
H1.HeaderClassName
{
color: #6F170A;
}
.AnyTagClassName
{
color: #6F170A;
}
</style>
background-color css
<style>
a { background-color: #6F170A; }
a { background-color: rgb(111,23,10); }
div.DivClassName
{
background-color: #6F170A;
}
.BgClassName
{
background-color: #6F170A;
}
</style>
border-color css
<style>
span { border-color: #6F170A; }
span { border-color: rgb(111,23,10); }
td.TdClassName
{
border-color: #6F170A;
}
.TagClassName
{
border-color: #6F170A;
}
</style>