Shades of Falu Red #6D0F0A
Tints of Falu Red #6D0F0A
RGB
CMYK
RGB Variations
Color information
#6D0F0A (or 0x6D0F0A) is known color: Falu Red. HEX triplet: 6D, 0F and 0A. RGB value is (109,15,10). Sum of RGB (Red+Green+Blue) = 109+15+10=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0F0A is #92F0F5. Grayscale: #2A2A2A. Windows color (decimal): -9629942 or 659309. OLE color: 659309.
HSL color Cylindrical-coordinate representation of color #6D0F0A: hue angle of 3.03º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0F0A is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 15 | 10 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.57 |
| HSL | 3.03º | 0.83% | 0.23% | - |
| HSV(B) | 3.03º | 0.91% | 0.43% | - |
| XYZ | 6.53 | 3.61 | 0.64 | - |
| YUV | 42.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 10 | 0 | 0.86 | 0.91 | 0.57 | 3.03 | 0.83 | 0.23 |
| Hex | 6D | F | A | 0 | 56 | 5B | 39 | 3 | 53 | 17 |
| Octal | 155 | 17 | 12 | 0 | 126 | 133 | 71 | 3 | 123 | 27 |
| Binary | 1101101 | 1111 | 1010 | 0 | 1010110 | 1011011 | 111001 | 11 | 1010011 | 10111 |
Color Harmonies of #6D0F0A
Complementary color
Monochromatic Colors of #6D0F0A
Black with #6D0F0A
Text Example
Text Example
White with #6D0F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0F0A; }
p { color: rgb(109,15,10); }
H1.HeaderClassName
{
color: #6D0F0A;
}
.AnyTagClassName
{
color: #6D0F0A;
}
</style>
background-color css
<style>
a { background-color: #6D0F0A; }
a { background-color: rgb(109,15,10); }
div.DivClassName
{
background-color: #6D0F0A;
}
.BgClassName
{
background-color: #6D0F0A;
}
</style>
border-color css
<style>
span { border-color: #6D0F0A; }
span { border-color: rgb(109,15,10); }
td.TdClassName
{
border-color: #6D0F0A;
}
.TagClassName
{
border-color: #6D0F0A;
}
</style>