Shades of Falu Red #6F220E
Tints of Falu Red #6F220E
RGB
CMYK
RGB Variations
Color information
#6F220E (or 0x6F220E) is known color: Falu Red. HEX triplet: 6F, 22 and 0E. RGB value is (111,34,14). Sum of RGB (Red+Green+Blue) = 111+34+14=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F220E is #90DDF1. Grayscale: #363636. Windows color (decimal): -9494002 or 926319. OLE color: 926319.
HSL color Cylindrical-coordinate representation of color #6F220E: hue angle of 12.37º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F220E is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 14 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.56 |
| HSL | 12.37º | 0.78% | 0.25% | - |
| HSV(B) | 12.37º | 0.87% | 0.44% | - |
| XYZ | 7.21 | 4.56 | 0.91 | - |
| YUV | 54.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 14 | 0 | 0.69 | 0.87 | 0.56 | 12.37 | 0.78 | 0.25 |
| Hex | 6F | 22 | E | 0 | 45 | 57 | 38 | C | 4E | 19 |
| Octal | 157 | 42 | 16 | 0 | 105 | 127 | 70 | 14 | 116 | 31 |
| Binary | 1101111 | 100010 | 1110 | 0 | 1000101 | 1010111 | 111000 | 1100 | 1001110 | 11001 |
Color Harmonies of #6F220E
Complementary color
Monochromatic Colors of #6F220E
Black with #6F220E
Text Example
Text Example
White with #6F220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F220E; }
p { color: rgb(111,34,14); }
H1.HeaderClassName
{
color: #6F220E;
}
.AnyTagClassName
{
color: #6F220E;
}
</style>
background-color css
<style>
a { background-color: #6F220E; }
a { background-color: rgb(111,34,14); }
div.DivClassName
{
background-color: #6F220E;
}
.BgClassName
{
background-color: #6F220E;
}
</style>
border-color css
<style>
span { border-color: #6F220E; }
span { border-color: rgb(111,34,14); }
td.TdClassName
{
border-color: #6F220E;
}
.TagClassName
{
border-color: #6F220E;
}
</style>