Shades of Falu Red #6F210D
Tints of Falu Red #6F210D
RGB
CMYK
RGB Variations
Color information
#6F210D (or 0x6F210D) is known color: Falu Red. HEX triplet: 6F, 21 and 0D. RGB value is (111,33,13). Sum of RGB (Red+Green+Blue) = 111+33+13=157 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.70% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 111 - color contains mainly: red. Hex color #6F210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F210D is #90DEF2. Grayscale: #363636. Windows color (decimal): -9494259 or 860527. OLE color: 860527.
HSL color Cylindrical-coordinate representation of color #6F210D: hue angle of 12.24º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F210D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 33 | 13 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.56 |
| HSL | 12.24º | 0.79% | 0.24% | - |
| HSV(B) | 12.24º | 0.88% | 0.44% | - |
| XYZ | 7.17 | 4.5 | 0.87 | - |
| YUV | 54.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 13 | 0 | 0.70 | 0.88 | 0.56 | 12.24 | 0.79 | 0.24 |
| Hex | 6F | 21 | D | 0 | 46 | 58 | 38 | C | 4F | 18 |
| Octal | 157 | 41 | 15 | 0 | 106 | 130 | 70 | 14 | 117 | 30 |
| Binary | 1101111 | 100001 | 1101 | 0 | 1000110 | 1011000 | 111000 | 1100 | 1001111 | 11000 |
Color Harmonies of #6F210D
Complementary color
Monochromatic Colors of #6F210D
Black with #6F210D
Text Example
Text Example
White with #6F210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F210D; }
p { color: rgb(111,33,13); }
H1.HeaderClassName
{
color: #6F210D;
}
.AnyTagClassName
{
color: #6F210D;
}
</style>
background-color css
<style>
a { background-color: #6F210D; }
a { background-color: rgb(111,33,13); }
div.DivClassName
{
background-color: #6F210D;
}
.BgClassName
{
background-color: #6F210D;
}
</style>
border-color css
<style>
span { border-color: #6F210D; }
span { border-color: rgb(111,33,13); }
td.TdClassName
{
border-color: #6F210D;
}
.TagClassName
{
border-color: #6F210D;
}
</style>