Shades of Falu Red #6B1606
Tints of Falu Red #6B1606
RGB
CMYK
RGB Variations
Color information
#6B1606 (or 0x6B1606) is known color: Falu Red. HEX triplet: 6B, 16 and 06. RGB value is (107,22,6). Sum of RGB (Red+Green+Blue) = 107+22+6=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1606 is #94E9F9. Grayscale: #2D2D2D. Windows color (decimal): -9759226 or 398955. OLE color: 398955.
HSL color Cylindrical-coordinate representation of color #6B1606: hue angle of 9.5º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B1606 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 22 | 6 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.58 |
| HSL | 9.5º | 0.89% | 0.22% | - |
| HSV(B) | 9.5º | 0.94% | 0.42% | - |
| XYZ | 6.38 | 3.71 | 0.55 | - |
| YUV | 45.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 6 | 0 | 0.79 | 0.94 | 0.58 | 9.5 | 0.89 | 0.22 |
| Hex | 6B | 16 | 6 | 0 | 4F | 5E | 3A | A | 59 | 16 |
| Octal | 153 | 26 | 6 | 0 | 117 | 136 | 72 | 12 | 131 | 26 |
| Binary | 1101011 | 10110 | 110 | 0 | 1001111 | 1011110 | 111010 | 1010 | 1011001 | 10110 |
Color Harmonies of #6B1606
Complementary color
Monochromatic Colors of #6B1606
Black with #6B1606
Text Example
Text Example
White with #6B1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1606; }
p { color: rgb(107,22,6); }
H1.HeaderClassName
{
color: #6B1606;
}
.AnyTagClassName
{
color: #6B1606;
}
</style>
background-color css
<style>
a { background-color: #6B1606; }
a { background-color: rgb(107,22,6); }
div.DivClassName
{
background-color: #6B1606;
}
.BgClassName
{
background-color: #6B1606;
}
</style>
border-color css
<style>
span { border-color: #6B1606; }
span { border-color: rgb(107,22,6); }
td.TdClassName
{
border-color: #6B1606;
}
.TagClassName
{
border-color: #6B1606;
}
</style>