Shades of Falu Red #6F1710
Tints of Falu Red #6F1710
RGB
CMYK
RGB Variations
Color information
#6F1710 (or 0x6F1710) is known color: Falu Red. HEX triplet: 6F, 17 and 10. RGB value is (111,23,16). Sum of RGB (Red+Green+Blue) = 111+23+16=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1710 is #90E8EF. Grayscale: #303030. Windows color (decimal): -9496816 or 1054575. OLE color: 1054575.
HSL color Cylindrical-coordinate representation of color #6F1710: hue angle of 4.42º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1710 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 16 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.56 |
| HSL | 4.42º | 0.75% | 0.25% | - |
| HSV(B) | 4.42º | 0.86% | 0.44% | - |
| XYZ | 6.96 | 4.03 | 0.9 | - |
| YUV | 48.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 16 | 0 | 0.79 | 0.86 | 0.56 | 4.42 | 0.75 | 0.25 |
| Hex | 6F | 17 | 10 | 0 | 4F | 56 | 38 | 4 | 4B | 19 |
| Octal | 157 | 27 | 20 | 0 | 117 | 126 | 70 | 4 | 113 | 31 |
| Binary | 1101111 | 10111 | 10000 | 0 | 1001111 | 1010110 | 111000 | 100 | 1001011 | 11001 |
Color Harmonies of #6F1710
Complementary color
Monochromatic Colors of #6F1710
Black with #6F1710
Text Example
Text Example
White with #6F1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1710; }
p { color: rgb(111,23,16); }
H1.HeaderClassName
{
color: #6F1710;
}
.AnyTagClassName
{
color: #6F1710;
}
</style>
background-color css
<style>
a { background-color: #6F1710; }
a { background-color: rgb(111,23,16); }
div.DivClassName
{
background-color: #6F1710;
}
.BgClassName
{
background-color: #6F1710;
}
</style>
border-color css
<style>
span { border-color: #6F1710; }
span { border-color: rgb(111,23,16); }
td.TdClassName
{
border-color: #6F1710;
}
.TagClassName
{
border-color: #6F1710;
}
</style>