Shades of Falu Red #6E1A05
Tints of Falu Red #6E1A05
RGB
CMYK
RGB Variations
Color information
#6E1A05 (or 0x6E1A05) is known color: Falu Red. HEX triplet: 6E, 1A and 05. RGB value is (110,26,5). Sum of RGB (Red+Green+Blue) = 110+26+5=141 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.01% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1A05 is #91E5FA. Grayscale: #303030. Windows color (decimal): -9561595 or 334446. OLE color: 334446.
HSL color Cylindrical-coordinate representation of color #6E1A05: hue angle of 12º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E1A05 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 26 | 5 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.57 |
| HSL | 12º | 0.91% | 0.23% | - |
| HSV(B) | 12º | 0.95% | 0.43% | - |
| XYZ | 6.83 | 4.06 | 0.57 | - |
| YUV | 48.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 26 | 5 | 0 | 0.76 | 0.95 | 0.57 | 12 | 0.91 | 0.23 |
| Hex | 6E | 1A | 5 | 0 | 4C | 5F | 39 | C | 5B | 17 |
| Octal | 156 | 32 | 5 | 0 | 114 | 137 | 71 | 14 | 133 | 27 |
| Binary | 1101110 | 11010 | 101 | 0 | 1001100 | 1011111 | 111001 | 1100 | 1011011 | 10111 |
Color Harmonies of #6E1A05
Complementary color
Monochromatic Colors of #6E1A05
Black with #6E1A05
Text Example
Text Example
White with #6E1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1A05; }
p { color: rgb(110,26,5); }
H1.HeaderClassName
{
color: #6E1A05;
}
.AnyTagClassName
{
color: #6E1A05;
}
</style>
background-color css
<style>
a { background-color: #6E1A05; }
a { background-color: rgb(110,26,5); }
div.DivClassName
{
background-color: #6E1A05;
}
.BgClassName
{
background-color: #6E1A05;
}
</style>
border-color css
<style>
span { border-color: #6E1A05; }
span { border-color: rgb(110,26,5); }
td.TdClassName
{
border-color: #6E1A05;
}
.TagClassName
{
border-color: #6E1A05;
}
</style>