Shades of Falu Red #6D140A
Tints of Falu Red #6D140A
RGB
CMYK
RGB Variations
Color information
#6D140A (or 0x6D140A) is known color: Falu Red. HEX triplet: 6D, 14 and 0A. RGB value is (109,20,10). Sum of RGB (Red+Green+Blue) = 109+20+10=139 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.42% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 109 - color contains mainly: red. Hex color #6D140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D140A is #92EBF5. Grayscale: #2D2D2D. Windows color (decimal): -9628662 or 660589. OLE color: 660589.
HSL color Cylindrical-coordinate representation of color #6D140A: hue angle of 6.06º 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 #6D140A is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 10 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.57 |
| HSL | 6.06º | 0.83% | 0.23% | - |
| HSV(B) | 6.06º | 0.91% | 0.43% | - |
| XYZ | 6.61 | 3.77 | 0.67 | - |
| YUV | 45.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 10 | 0 | 0.82 | 0.91 | 0.57 | 6.06 | 0.83 | 0.23 |
| Hex | 6D | 14 | A | 0 | 52 | 5B | 39 | 6 | 53 | 17 |
| Octal | 155 | 24 | 12 | 0 | 122 | 133 | 71 | 6 | 123 | 27 |
| Binary | 1101101 | 10100 | 1010 | 0 | 1010010 | 1011011 | 111001 | 110 | 1010011 | 10111 |
Color Harmonies of #6D140A
Complementary color
Monochromatic Colors of #6D140A
Black with #6D140A
Text Example
Text Example
White with #6D140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D140A; }
p { color: rgb(109,20,10); }
H1.HeaderClassName
{
color: #6D140A;
}
.AnyTagClassName
{
color: #6D140A;
}
</style>
background-color css
<style>
a { background-color: #6D140A; }
a { background-color: rgb(109,20,10); }
div.DivClassName
{
background-color: #6D140A;
}
.BgClassName
{
background-color: #6D140A;
}
</style>
border-color css
<style>
span { border-color: #6D140A; }
span { border-color: rgb(109,20,10); }
td.TdClassName
{
border-color: #6D140A;
}
.TagClassName
{
border-color: #6D140A;
}
</style>