Shades of Falu Red #6E1C00
Tints of Falu Red #6E1C00
RGB
CMYK
RGB Variations
Color information
#6E1C00 (or 0x6E1C00) is known color: Falu Red. HEX triplet: 6E, 1C and 00. RGB value is (110,28,0). Sum of RGB (Red+Green+Blue) = 110+28+0=138 (18% of max value = 765). Red value is 110 (43.36% from 255 or 79.71% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1C00 is #91E3FF. Grayscale: #313131. Windows color (decimal): -9561088 or 7278. OLE color: 7278.
HSL color Cylindrical-coordinate representation of color #6E1C00: hue angle of 15.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E1C00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 28 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.57 |
| HSL | 15.27º | 1% | 0.22% | - |
| HSV(B) | 15.27º | 1% | 0.43% | - |
| XYZ | 6.85 | 4.15 | 0.44 | - |
| YUV | 49.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 28 | 0 | 0 | 0.75 | 1 | 0.57 | 15.27 | 1 | 0.22 |
| Hex | 6E | 1C | 0 | 0 | 4B | 64 | 39 | F | 64 | 16 |
| Octal | 156 | 34 | 0 | 0 | 113 | 144 | 71 | 17 | 144 | 26 |
| Binary | 1101110 | 11100 | 0 | 0 | 1001011 | 1100100 | 111001 | 1111 | 1100100 | 10110 |
Color Harmonies of #6E1C00
Complementary color
Monochromatic Colors of #6E1C00
Black with #6E1C00
Text Example
Text Example
White with #6E1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1C00; }
p { color: rgb(110,28,0); }
H1.HeaderClassName
{
color: #6E1C00;
}
.AnyTagClassName
{
color: #6E1C00;
}
</style>
background-color css
<style>
a { background-color: #6E1C00; }
a { background-color: rgb(110,28,0); }
div.DivClassName
{
background-color: #6E1C00;
}
.BgClassName
{
background-color: #6E1C00;
}
</style>
border-color css
<style>
span { border-color: #6E1C00; }
span { border-color: rgb(110,28,0); }
td.TdClassName
{
border-color: #6E1C00;
}
.TagClassName
{
border-color: #6E1C00;
}
</style>