Shades of Falu Red #6E140C
Tints of Falu Red #6E140C
RGB
CMYK
RGB Variations
Color information
#6E140C (or 0x6E140C) is known color: Falu Red. HEX triplet: 6E, 14 and 0C. RGB value is (110,20,12). Sum of RGB (Red+Green+Blue) = 110+20+12=142 (18% of max value = 765). Red value is 110 (43.36% from 255 or 77.46% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 110 - color contains mainly: red. Hex color #6E140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E140C is #91EBF3. Grayscale: #2E2E2E. Windows color (decimal): -9563124 or 791662. OLE color: 791662.
HSL color Cylindrical-coordinate representation of color #6E140C: hue angle of 4.9º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E140C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 12 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.57 |
| HSL | 4.9º | 0.8% | 0.24% | - |
| HSV(B) | 4.9º | 0.89% | 0.43% | - |
| XYZ | 6.75 | 3.84 | 0.73 | - |
| YUV | 46 | 108.82 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 12 | 0 | 0.82 | 0.89 | 0.57 | 4.9 | 0.8 | 0.24 |
| Hex | 6E | 14 | C | 0 | 52 | 59 | 39 | 5 | 50 | 18 |
| Octal | 156 | 24 | 14 | 0 | 122 | 131 | 71 | 5 | 120 | 30 |
| Binary | 1101110 | 10100 | 1100 | 0 | 1010010 | 1011001 | 111001 | 101 | 1010000 | 11000 |
Color Harmonies of #6E140C
Complementary color
Monochromatic Colors of #6E140C
Black with #6E140C
Text Example
Text Example
White with #6E140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E140C; }
p { color: rgb(110,20,12); }
H1.HeaderClassName
{
color: #6E140C;
}
.AnyTagClassName
{
color: #6E140C;
}
</style>
background-color css
<style>
a { background-color: #6E140C; }
a { background-color: rgb(110,20,12); }
div.DivClassName
{
background-color: #6E140C;
}
.BgClassName
{
background-color: #6E140C;
}
</style>
border-color css
<style>
span { border-color: #6E140C; }
span { border-color: rgb(110,20,12); }
td.TdClassName
{
border-color: #6E140C;
}
.TagClassName
{
border-color: #6E140C;
}
</style>