Shades of Falu Red #6F220B
Tints of Falu Red #6F220B
RGB
CMYK
RGB Variations
Color information
#6F220B (or 0x6F220B) is known color: Falu Red. HEX triplet: 6F, 22 and 0B. RGB value is (111,34,11). Sum of RGB (Red+Green+Blue) = 111+34+11=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F220B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F220B is #90DDF4. Grayscale: #363636. Windows color (decimal): -9494005 or 729711. OLE color: 729711.
HSL color Cylindrical-coordinate representation of color #6F220B: hue angle of 13.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F220B is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 34 | 11 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.56 |
| HSL | 13.8º | 0.82% | 0.24% | - |
| HSV(B) | 13.8º | 0.9% | 0.44% | - |
| XYZ | 7.19 | 4.55 | 0.82 | - |
| YUV | 54.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 11 | 0 | 0.69 | 0.90 | 0.56 | 13.8 | 0.82 | 0.24 |
| Hex | 6F | 22 | B | 0 | 45 | 5A | 38 | E | 52 | 18 |
| Octal | 157 | 42 | 13 | 0 | 105 | 132 | 70 | 16 | 122 | 30 |
| Binary | 1101111 | 100010 | 1011 | 0 | 1000101 | 1011010 | 111000 | 1110 | 1010010 | 11000 |
Color Harmonies of #6F220B
Complementary color
Monochromatic Colors of #6F220B
Black with #6F220B
Text Example
Text Example
White with #6F220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F220B; }
p { color: rgb(111,34,11); }
H1.HeaderClassName
{
color: #6F220B;
}
.AnyTagClassName
{
color: #6F220B;
}
</style>
background-color css
<style>
a { background-color: #6F220B; }
a { background-color: rgb(111,34,11); }
div.DivClassName
{
background-color: #6F220B;
}
.BgClassName
{
background-color: #6F220B;
}
</style>
border-color css
<style>
span { border-color: #6F220B; }
span { border-color: rgb(111,34,11); }
td.TdClassName
{
border-color: #6F220B;
}
.TagClassName
{
border-color: #6F220B;
}
</style>