Shades of Falu Red #6D180A
Tints of Falu Red #6D180A
RGB
CMYK
RGB Variations
Color information
#6D180A (or 0x6D180A) is known color: Falu Red. HEX triplet: 6D, 18 and 0A. RGB value is (109,24,10). Sum of RGB (Red+Green+Blue) = 109+24+10=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D180A is #92E7F5. Grayscale: #2F2F2F. Windows color (decimal): -9627638 or 661613. OLE color: 661613.
HSL color Cylindrical-coordinate representation of color #6D180A: hue angle of 8.48º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D180A is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 24 | 10 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.57 |
| HSL | 8.48º | 0.83% | 0.23% | - |
| HSV(B) | 8.48º | 0.91% | 0.43% | - |
| XYZ | 6.69 | 3.93 | 0.69 | - |
| YUV | 47.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 10 | 0 | 0.78 | 0.91 | 0.57 | 8.48 | 0.83 | 0.23 |
| Hex | 6D | 18 | A | 0 | 4E | 5B | 39 | 8 | 53 | 17 |
| Octal | 155 | 30 | 12 | 0 | 116 | 133 | 71 | 10 | 123 | 27 |
| Binary | 1101101 | 11000 | 1010 | 0 | 1001110 | 1011011 | 111001 | 1000 | 1010011 | 10111 |
Color Harmonies of #6D180A
Complementary color
Monochromatic Colors of #6D180A
Black with #6D180A
Text Example
Text Example
White with #6D180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D180A; }
p { color: rgb(109,24,10); }
H1.HeaderClassName
{
color: #6D180A;
}
.AnyTagClassName
{
color: #6D180A;
}
</style>
background-color css
<style>
a { background-color: #6D180A; }
a { background-color: rgb(109,24,10); }
div.DivClassName
{
background-color: #6D180A;
}
.BgClassName
{
background-color: #6D180A;
}
</style>
border-color css
<style>
span { border-color: #6D180A; }
span { border-color: rgb(109,24,10); }
td.TdClassName
{
border-color: #6D180A;
}
.TagClassName
{
border-color: #6D180A;
}
</style>