Shades of Falu Red #6D1803
Tints of Falu Red #6D1803
RGB
CMYK
RGB Variations
Color information
#6D1803 (or 0x6D1803) is known color: Falu Red. HEX triplet: 6D, 18 and 03. RGB value is (109,24,3). Sum of RGB (Red+Green+Blue) = 109+24+3=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1803 is #92E7FC. Grayscale: #2F2F2F. Windows color (decimal): -9627645 or 202861. OLE color: 202861.
HSL color Cylindrical-coordinate representation of color #6D1803: hue angle of 11.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D1803 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 3 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.57 |
| HSL | 11.89º | 0.95% | 0.22% | - |
| HSV(B) | 11.89º | 0.97% | 0.43% | - |
| XYZ | 6.65 | 3.91 | 0.49 | - |
| YUV | 47.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 3 | 0 | 0.78 | 0.97 | 0.57 | 11.89 | 0.95 | 0.22 |
| Hex | 6D | 18 | 3 | 0 | 4E | 61 | 39 | C | 5F | 16 |
| Octal | 155 | 30 | 3 | 0 | 116 | 141 | 71 | 14 | 137 | 26 |
| Binary | 1101101 | 11000 | 11 | 0 | 1001110 | 1100001 | 111001 | 1100 | 1011111 | 10110 |
Color Harmonies of #6D1803
Complementary color
Monochromatic Colors of #6D1803
Black with #6D1803
Text Example
Text Example
White with #6D1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1803; }
p { color: rgb(109,24,3); }
H1.HeaderClassName
{
color: #6D1803;
}
.AnyTagClassName
{
color: #6D1803;
}
</style>
background-color css
<style>
a { background-color: #6D1803; }
a { background-color: rgb(109,24,3); }
div.DivClassName
{
background-color: #6D1803;
}
.BgClassName
{
background-color: #6D1803;
}
</style>
border-color css
<style>
span { border-color: #6D1803; }
span { border-color: rgb(109,24,3); }
td.TdClassName
{
border-color: #6D1803;
}
.TagClassName
{
border-color: #6D1803;
}
</style>