Shades of Falu Red #6D0E0B
Tints of Falu Red #6D0E0B
RGB
CMYK
RGB Variations
Color information
#6D0E0B (or 0x6D0E0B) is known color: Falu Red. HEX triplet: 6D, 0E and 0B. RGB value is (109,14,11). Sum of RGB (Red+Green+Blue) = 109+14+11=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0E0B is #92F1F4. Grayscale: #2A2A2A. Windows color (decimal): -9630197 or 724589. OLE color: 724589.
HSL color Cylindrical-coordinate representation of color #6D0E0B: hue angle of 1.84º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0E0B is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 14 | 11 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.57 |
| HSL | 1.84º | 0.82% | 0.24% | - |
| HSV(B) | 1.84º | 0.9% | 0.43% | - |
| XYZ | 6.52 | 3.59 | 0.67 | - |
| YUV | 42.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 14 | 11 | 0 | 0.87 | 0.90 | 0.57 | 1.84 | 0.82 | 0.24 |
| Hex | 6D | E | B | 0 | 57 | 5A | 39 | 2 | 52 | 18 |
| Octal | 155 | 16 | 13 | 0 | 127 | 132 | 71 | 2 | 122 | 30 |
| Binary | 1101101 | 1110 | 1011 | 0 | 1010111 | 1011010 | 111001 | 10 | 1010010 | 11000 |
Color Harmonies of #6D0E0B
Complementary color
Monochromatic Colors of #6D0E0B
Black with #6D0E0B
Text Example
Text Example
White with #6D0E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0E0B; }
p { color: rgb(109,14,11); }
H1.HeaderClassName
{
color: #6D0E0B;
}
.AnyTagClassName
{
color: #6D0E0B;
}
</style>
background-color css
<style>
a { background-color: #6D0E0B; }
a { background-color: rgb(109,14,11); }
div.DivClassName
{
background-color: #6D0E0B;
}
.BgClassName
{
background-color: #6D0E0B;
}
</style>
border-color css
<style>
span { border-color: #6D0E0B; }
span { border-color: rgb(109,14,11); }
td.TdClassName
{
border-color: #6D0E0B;
}
.TagClassName
{
border-color: #6D0E0B;
}
</style>