Shades of Falu Red #6C1908
Tints of Falu Red #6C1908
RGB
CMYK
RGB Variations
Color information
#6C1908 (or 0x6C1908) is known color: Falu Red. HEX triplet: 6C, 19 and 08. RGB value is (108,25,8). Sum of RGB (Red+Green+Blue) = 108+25+8=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1908 is #93E6F7. Grayscale: #303030. Windows color (decimal): -9692920 or 530796. OLE color: 530796.
HSL color Cylindrical-coordinate representation of color #6C1908: hue angle of 10.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C1908 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 25 | 8 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.58 |
| HSL | 10.2º | 0.86% | 0.23% | - |
| HSV(B) | 10.2º | 0.93% | 0.42% | - |
| XYZ | 6.58 | 3.9 | 0.64 | - |
| YUV | 47.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 25 | 8 | 0 | 0.77 | 0.93 | 0.58 | 10.2 | 0.86 | 0.23 |
| Hex | 6C | 19 | 8 | 0 | 4D | 5D | 3A | A | 56 | 17 |
| Octal | 154 | 31 | 10 | 0 | 115 | 135 | 72 | 12 | 126 | 27 |
| Binary | 1101100 | 11001 | 1000 | 0 | 1001101 | 1011101 | 111010 | 1010 | 1010110 | 10111 |
Color Harmonies of #6C1908
Complementary color
Monochromatic Colors of #6C1908
Black with #6C1908
Text Example
Text Example
White with #6C1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1908; }
p { color: rgb(108,25,8); }
H1.HeaderClassName
{
color: #6C1908;
}
.AnyTagClassName
{
color: #6C1908;
}
</style>
background-color css
<style>
a { background-color: #6C1908; }
a { background-color: rgb(108,25,8); }
div.DivClassName
{
background-color: #6C1908;
}
.BgClassName
{
background-color: #6C1908;
}
</style>
border-color css
<style>
span { border-color: #6C1908; }
span { border-color: rgb(108,25,8); }
td.TdClassName
{
border-color: #6C1908;
}
.TagClassName
{
border-color: #6C1908;
}
</style>