Shades of Falu Red #6E200C
Tints of Falu Red #6E200C
RGB
CMYK
RGB Variations
Color information
#6E200C (or 0x6E200C) is known color: Falu Red. HEX triplet: 6E, 20 and 0C. RGB value is (110,32,12). Sum of RGB (Red+Green+Blue) = 110+32+12=154 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.43% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 110 - color contains mainly: red. Hex color #6E200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E200C is #91DFF3. Grayscale: #353535. Windows color (decimal): -9560052 or 794734. OLE color: 794734.
HSL color Cylindrical-coordinate representation of color #6E200C: hue angle of 12.24º 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 #6E200C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 32 | 12 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.57 |
| HSL | 12.24º | 0.8% | 0.24% | - |
| HSV(B) | 12.24º | 0.89% | 0.43% | - |
| XYZ | 7.01 | 4.37 | 0.82 | - |
| YUV | 53.04 | 104.84 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 32 | 12 | 0 | 0.71 | 0.89 | 0.57 | 12.24 | 0.8 | 0.24 |
| Hex | 6E | 20 | C | 0 | 47 | 59 | 39 | C | 50 | 18 |
| Octal | 156 | 40 | 14 | 0 | 107 | 131 | 71 | 14 | 120 | 30 |
| Binary | 1101110 | 100000 | 1100 | 0 | 1000111 | 1011001 | 111001 | 1100 | 1010000 | 11000 |
Color Harmonies of #6E200C
Complementary color
Monochromatic Colors of #6E200C
Black with #6E200C
Text Example
Text Example
White with #6E200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E200C; }
p { color: rgb(110,32,12); }
H1.HeaderClassName
{
color: #6E200C;
}
.AnyTagClassName
{
color: #6E200C;
}
</style>
background-color css
<style>
a { background-color: #6E200C; }
a { background-color: rgb(110,32,12); }
div.DivClassName
{
background-color: #6E200C;
}
.BgClassName
{
background-color: #6E200C;
}
</style>
border-color css
<style>
span { border-color: #6E200C; }
span { border-color: rgb(110,32,12); }
td.TdClassName
{
border-color: #6E200C;
}
.TagClassName
{
border-color: #6E200C;
}
</style>