Shades of Falu Red #6D1408
Tints of Falu Red #6D1408
RGB
CMYK
RGB Variations
Color information
#6D1408 (or 0x6D1408) is known color: Falu Red. HEX triplet: 6D, 14 and 08. RGB value is (109,20,8). Sum of RGB (Red+Green+Blue) = 109+20+8=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1408 is #92EBF7. Grayscale: #2D2D2D. Windows color (decimal): -9628664 or 529517. OLE color: 529517.
HSL color Cylindrical-coordinate representation of color #6D1408: hue angle of 7.13º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D1408 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 20 | 8 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.57 |
| HSL | 7.13º | 0.86% | 0.23% | - |
| HSV(B) | 7.13º | 0.93% | 0.43% | - |
| XYZ | 6.6 | 3.77 | 0.61 | - |
| YUV | 45.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 20 | 8 | 0 | 0.82 | 0.93 | 0.57 | 7.13 | 0.86 | 0.23 |
| Hex | 6D | 14 | 8 | 0 | 52 | 5D | 39 | 7 | 56 | 17 |
| Octal | 155 | 24 | 10 | 0 | 122 | 135 | 71 | 7 | 126 | 27 |
| Binary | 1101101 | 10100 | 1000 | 0 | 1010010 | 1011101 | 111001 | 111 | 1010110 | 10111 |
Color Harmonies of #6D1408
Complementary color
Monochromatic Colors of #6D1408
Black with #6D1408
Text Example
Text Example
White with #6D1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1408; }
p { color: rgb(109,20,8); }
H1.HeaderClassName
{
color: #6D1408;
}
.AnyTagClassName
{
color: #6D1408;
}
</style>
background-color css
<style>
a { background-color: #6D1408; }
a { background-color: rgb(109,20,8); }
div.DivClassName
{
background-color: #6D1408;
}
.BgClassName
{
background-color: #6D1408;
}
</style>
border-color css
<style>
span { border-color: #6D1408; }
span { border-color: rgb(109,20,8); }
td.TdClassName
{
border-color: #6D1408;
}
.TagClassName
{
border-color: #6D1408;
}
</style>