Shades of Falu Red #6D1504
Tints of Falu Red #6D1504
RGB
CMYK
RGB Variations
Color information
#6D1504 (or 0x6D1504) is known color: Falu Red. HEX triplet: 6D, 15 and 04. RGB value is (109,21,4). Sum of RGB (Red+Green+Blue) = 109+21+4=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1504 is #92EAFB. Grayscale: #2D2D2D. Windows color (decimal): -9628412 or 267629. OLE color: 267629.
HSL color Cylindrical-coordinate representation of color #6D1504: hue angle of 9.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6D1504 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 4 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.57 |
| HSL | 9.71º | 0.93% | 0.22% | - |
| HSV(B) | 9.71º | 0.96% | 0.43% | - |
| XYZ | 6.6 | 3.8 | 0.5 | - |
| YUV | 45.37 | 104.65 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 4 | 0 | 0.81 | 0.96 | 0.57 | 9.71 | 0.93 | 0.22 |
| Hex | 6D | 15 | 4 | 0 | 51 | 60 | 39 | A | 5D | 16 |
| Octal | 155 | 25 | 4 | 0 | 121 | 140 | 71 | 12 | 135 | 26 |
| Binary | 1101101 | 10101 | 100 | 0 | 1010001 | 1100000 | 111001 | 1010 | 1011101 | 10110 |
Color Harmonies of #6D1504
Complementary color
Monochromatic Colors of #6D1504
Black with #6D1504
Text Example
Text Example
White with #6D1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1504; }
p { color: rgb(109,21,4); }
H1.HeaderClassName
{
color: #6D1504;
}
.AnyTagClassName
{
color: #6D1504;
}
</style>
background-color css
<style>
a { background-color: #6D1504; }
a { background-color: rgb(109,21,4); }
div.DivClassName
{
background-color: #6D1504;
}
.BgClassName
{
background-color: #6D1504;
}
</style>
border-color css
<style>
span { border-color: #6D1504; }
span { border-color: rgb(109,21,4); }
td.TdClassName
{
border-color: #6D1504;
}
.TagClassName
{
border-color: #6D1504;
}
</style>