Shades of Falu Red #6F0D0B
Tints of Falu Red #6F0D0B
RGB
CMYK
RGB Variations
Color information
#6F0D0B (or 0x6F0D0B) is known color: Falu Red. HEX triplet: 6F, 0D and 0B. RGB value is (111,13,11). Sum of RGB (Red+Green+Blue) = 111+13+11=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0D0B is #90F2F4. Grayscale: #2A2A2A. Windows color (decimal): -9499381 or 724335. OLE color: 724335.
HSL color Cylindrical-coordinate representation of color #6F0D0B: hue angle of 1.2º 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 #6F0D0B is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 13 | 11 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.56 |
| HSL | 1.2º | 0.82% | 0.24% | - |
| HSV(B) | 1.2º | 0.9% | 0.44% | - |
| XYZ | 6.76 | 3.69 | 0.67 | - |
| YUV | 42.07 | 110.47 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 13 | 11 | 0 | 0.88 | 0.90 | 0.56 | 1.2 | 0.82 | 0.24 |
| Hex | 6F | D | B | 0 | 58 | 5A | 38 | 1 | 52 | 18 |
| Octal | 157 | 15 | 13 | 0 | 130 | 132 | 70 | 1 | 122 | 30 |
| Binary | 1101111 | 1101 | 1011 | 0 | 1011000 | 1011010 | 111000 | 1 | 1010010 | 11000 |
Color Harmonies of #6F0D0B
Complementary color
Monochromatic Colors of #6F0D0B
Black with #6F0D0B
Text Example
Text Example
White with #6F0D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0D0B; }
p { color: rgb(111,13,11); }
H1.HeaderClassName
{
color: #6F0D0B;
}
.AnyTagClassName
{
color: #6F0D0B;
}
</style>
background-color css
<style>
a { background-color: #6F0D0B; }
a { background-color: rgb(111,13,11); }
div.DivClassName
{
background-color: #6F0D0B;
}
.BgClassName
{
background-color: #6F0D0B;
}
</style>
border-color css
<style>
span { border-color: #6F0D0B; }
span { border-color: rgb(111,13,11); }
td.TdClassName
{
border-color: #6F0D0B;
}
.TagClassName
{
border-color: #6F0D0B;
}
</style>