Shades of Falu Red #6D1E05
Tints of Falu Red #6D1E05
RGB
CMYK
RGB Variations
Color information
#6D1E05 (or 0x6D1E05) is known color: Falu Red. HEX triplet: 6D, 1E and 05. RGB value is (109,30,5). Sum of RGB (Red+Green+Blue) = 109+30+5=144 (19% of max value = 765). Red value is 109 (42.97% from 255 or 75.69% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1E05 is #92E1FA. Grayscale: #323232. Windows color (decimal): -9626107 or 335469. OLE color: 335469.
HSL color Cylindrical-coordinate representation of color #6D1E05: hue angle of 14.42º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D1E05 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 5 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.57 |
| HSL | 14.42º | 0.91% | 0.22% | - |
| HSV(B) | 14.42º | 0.95% | 0.43% | - |
| XYZ | 6.8 | 4.19 | 0.59 | - |
| YUV | 50.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 5 | 0 | 0.72 | 0.95 | 0.57 | 14.42 | 0.91 | 0.22 |
| Hex | 6D | 1E | 5 | 0 | 48 | 5F | 39 | E | 5B | 16 |
| Octal | 155 | 36 | 5 | 0 | 110 | 137 | 71 | 16 | 133 | 26 |
| Binary | 1101101 | 11110 | 101 | 0 | 1001000 | 1011111 | 111001 | 1110 | 1011011 | 10110 |
Color Harmonies of #6D1E05
Complementary color
Monochromatic Colors of #6D1E05
Black with #6D1E05
Text Example
Text Example
White with #6D1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E05; }
p { color: rgb(109,30,5); }
H1.HeaderClassName
{
color: #6D1E05;
}
.AnyTagClassName
{
color: #6D1E05;
}
</style>
background-color css
<style>
a { background-color: #6D1E05; }
a { background-color: rgb(109,30,5); }
div.DivClassName
{
background-color: #6D1E05;
}
.BgClassName
{
background-color: #6D1E05;
}
</style>
border-color css
<style>
span { border-color: #6D1E05; }
span { border-color: rgb(109,30,5); }
td.TdClassName
{
border-color: #6D1E05;
}
.TagClassName
{
border-color: #6D1E05;
}
</style>