Shades of Falu Red #6F0E0D
Tints of Falu Red #6F0E0D
RGB
CMYK
RGB Variations
Color information
#6F0E0D (or 0x6F0E0D) is known color: Falu Red. HEX triplet: 6F, 0E and 0D. RGB value is (111,14,13). Sum of RGB (Red+Green+Blue) = 111+14+13=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E0D is #90F1F2. Grayscale: #2A2A2A. Windows color (decimal): -9499123 or 855663. OLE color: 855663.
HSL color Cylindrical-coordinate representation of color #6F0E0D: hue angle of 0.61º 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 #6F0E0D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 14 | 13 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.56 |
| HSL | 0.61º | 0.79% | 0.24% | - |
| HSV(B) | 0.61º | 0.88% | 0.44% | - |
| XYZ | 6.79 | 3.72 | 0.74 | - |
| YUV | 42.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 14 | 13 | 0 | 0.87 | 0.88 | 0.56 | 0.61 | 0.79 | 0.24 |
| Hex | 6F | E | D | 0 | 57 | 58 | 38 | 1 | 4F | 18 |
| Octal | 157 | 16 | 15 | 0 | 127 | 130 | 70 | 1 | 117 | 30 |
| Binary | 1101111 | 1110 | 1101 | 0 | 1010111 | 1011000 | 111000 | 1 | 1001111 | 11000 |
Color Harmonies of #6F0E0D
Complementary color
Monochromatic Colors of #6F0E0D
Black with #6F0E0D
Text Example
Text Example
White with #6F0E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0E0D; }
p { color: rgb(111,14,13); }
H1.HeaderClassName
{
color: #6F0E0D;
}
.AnyTagClassName
{
color: #6F0E0D;
}
</style>
background-color css
<style>
a { background-color: #6F0E0D; }
a { background-color: rgb(111,14,13); }
div.DivClassName
{
background-color: #6F0E0D;
}
.BgClassName
{
background-color: #6F0E0D;
}
</style>
border-color css
<style>
span { border-color: #6F0E0D; }
span { border-color: rgb(111,14,13); }
td.TdClassName
{
border-color: #6F0E0D;
}
.TagClassName
{
border-color: #6F0E0D;
}
</style>