Shades of Falu Red #6F2115
Tints of Falu Red #6F2115
RGB
CMYK
RGB Variations
Color information
#6F2115 (or 0x6F2115) is known color: Falu Red. HEX triplet: 6F, 21 and 15. RGB value is (111,33,21). Sum of RGB (Red+Green+Blue) = 111+33+21=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2115 is #90DEEA. Grayscale: #373737. Windows color (decimal): -9494251 or 1384815. OLE color: 1384815.
HSL color Cylindrical-coordinate representation of color #6F2115: hue angle of 8º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F2115 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 21 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.56 |
| HSL | 8º | 0.68% | 0.26% | - |
| HSV(B) | 8º | 0.81% | 0.44% | - |
| XYZ | 7.23 | 4.52 | 1.2 | - |
| YUV | 54.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 21 | 0 | 0.70 | 0.81 | 0.56 | 8 | 0.68 | 0.26 |
| Hex | 6F | 21 | 15 | 0 | 46 | 51 | 38 | 8 | 44 | 1A |
| Octal | 157 | 41 | 25 | 0 | 106 | 121 | 70 | 10 | 104 | 32 |
| Binary | 1101111 | 100001 | 10101 | 0 | 1000110 | 1010001 | 111000 | 1000 | 1000100 | 11010 |
Color Harmonies of #6F2115
Complementary color
Monochromatic Colors of #6F2115
Black with #6F2115
Text Example
Text Example
White with #6F2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2115; }
p { color: rgb(111,33,21); }
H1.HeaderClassName
{
color: #6F2115;
}
.AnyTagClassName
{
color: #6F2115;
}
</style>
background-color css
<style>
a { background-color: #6F2115; }
a { background-color: rgb(111,33,21); }
div.DivClassName
{
background-color: #6F2115;
}
.BgClassName
{
background-color: #6F2115;
}
</style>
border-color css
<style>
span { border-color: #6F2115; }
span { border-color: rgb(111,33,21); }
td.TdClassName
{
border-color: #6F2115;
}
.TagClassName
{
border-color: #6F2115;
}
</style>