Shades of Falu Red #6B1407
Tints of Falu Red #6B1407
RGB
CMYK
RGB Variations
Color information
#6B1407 (or 0x6B1407) is known color: Falu Red. HEX triplet: 6B, 14 and 07. RGB value is (107,20,7). Sum of RGB (Red+Green+Blue) = 107+20+7=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1407 is #94EBF8. Grayscale: #2C2C2C. Windows color (decimal): -9759737 or 463979. OLE color: 463979.
HSL color Cylindrical-coordinate representation of color #6B1407: hue angle of 7.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B1407 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 20 | 7 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.58 |
| HSL | 7.8º | 0.88% | 0.22% | - |
| HSV(B) | 7.8º | 0.93% | 0.42% | - |
| XYZ | 6.35 | 3.64 | 0.57 | - |
| YUV | 44.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 20 | 7 | 0 | 0.81 | 0.93 | 0.58 | 7.8 | 0.88 | 0.22 |
| Hex | 6B | 14 | 7 | 0 | 51 | 5D | 3A | 8 | 58 | 16 |
| Octal | 153 | 24 | 7 | 0 | 121 | 135 | 72 | 10 | 130 | 26 |
| Binary | 1101011 | 10100 | 111 | 0 | 1010001 | 1011101 | 111010 | 1000 | 1011000 | 10110 |
Color Harmonies of #6B1407
Complementary color
Monochromatic Colors of #6B1407
Black with #6B1407
Text Example
Text Example
White with #6B1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1407; }
p { color: rgb(107,20,7); }
H1.HeaderClassName
{
color: #6B1407;
}
.AnyTagClassName
{
color: #6B1407;
}
</style>
background-color css
<style>
a { background-color: #6B1407; }
a { background-color: rgb(107,20,7); }
div.DivClassName
{
background-color: #6B1407;
}
.BgClassName
{
background-color: #6B1407;
}
</style>
border-color css
<style>
span { border-color: #6B1407; }
span { border-color: rgb(107,20,7); }
td.TdClassName
{
border-color: #6B1407;
}
.TagClassName
{
border-color: #6B1407;
}
</style>