Shades of Falu Red #6E160C
Tints of Falu Red #6E160C
RGB
CMYK
RGB Variations
Color information
#6E160C (or 0x6E160C) is known color: Falu Red. HEX triplet: 6E, 16 and 0C. RGB value is (110,22,12). Sum of RGB (Red+Green+Blue) = 110+22+12=144 (19% of max value = 765). Red value is 110 (43.36% from 255 or 76.39% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 110 - color contains mainly: red. Hex color #6E160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E160C is #91E9F3. Grayscale: #2F2F2F. Windows color (decimal): -9562612 or 792174. OLE color: 792174.
HSL color Cylindrical-coordinate representation of color #6E160C: hue angle of 6.12º 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 #6E160C is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 22 | 12 | - |
| CMYK | 0 | 0.8 | 0.89 | 0.57 |
| HSL | 6.12º | 0.8% | 0.24% | - |
| HSV(B) | 6.12º | 0.89% | 0.43% | - |
| XYZ | 6.78 | 3.92 | 0.75 | - |
| YUV | 47.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 22 | 12 | 0 | 0.8 | 0.89 | 0.57 | 6.12 | 0.8 | 0.24 |
| Hex | 6E | 16 | C | 0 | 50 | 59 | 39 | 6 | 50 | 18 |
| Octal | 156 | 26 | 14 | 0 | 120 | 131 | 71 | 6 | 120 | 30 |
| Binary | 1101110 | 10110 | 1100 | 0 | 1010000 | 1011001 | 111001 | 110 | 1010000 | 11000 |
Color Harmonies of #6E160C
Complementary color
Monochromatic Colors of #6E160C
Black with #6E160C
Text Example
Text Example
White with #6E160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E160C; }
p { color: rgb(110,22,12); }
H1.HeaderClassName
{
color: #6E160C;
}
.AnyTagClassName
{
color: #6E160C;
}
</style>
background-color css
<style>
a { background-color: #6E160C; }
a { background-color: rgb(110,22,12); }
div.DivClassName
{
background-color: #6E160C;
}
.BgClassName
{
background-color: #6E160C;
}
</style>
border-color css
<style>
span { border-color: #6E160C; }
span { border-color: rgb(110,22,12); }
td.TdClassName
{
border-color: #6E160C;
}
.TagClassName
{
border-color: #6E160C;
}
</style>