Shades of Falu Red #6B1509
Tints of Falu Red #6B1509
RGB
CMYK
RGB Variations
Color information
#6B1509 (or 0x6B1509) is known color: Falu Red. HEX triplet: 6B, 15 and 09. RGB value is (107,21,9). Sum of RGB (Red+Green+Blue) = 107+21+9=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1509 is #94EAF6. Grayscale: #2D2D2D. Windows color (decimal): -9759479 or 595307. OLE color: 595307.
HSL color Cylindrical-coordinate representation of color #6B1509: hue angle of 7.35º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B1509 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 9 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.58 |
| HSL | 7.35º | 0.84% | 0.23% | - |
| HSV(B) | 7.35º | 0.92% | 0.42% | - |
| XYZ | 6.38 | 3.68 | 0.63 | - |
| YUV | 45.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 9 | 0 | 0.80 | 0.92 | 0.58 | 7.35 | 0.84 | 0.23 |
| Hex | 6B | 15 | 9 | 0 | 50 | 5C | 3A | 7 | 54 | 17 |
| Octal | 153 | 25 | 11 | 0 | 120 | 134 | 72 | 7 | 124 | 27 |
| Binary | 1101011 | 10101 | 1001 | 0 | 1010000 | 1011100 | 111010 | 111 | 1010100 | 10111 |
Color Harmonies of #6B1509
Complementary color
Monochromatic Colors of #6B1509
Black with #6B1509
Text Example
Text Example
White with #6B1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1509; }
p { color: rgb(107,21,9); }
H1.HeaderClassName
{
color: #6B1509;
}
.AnyTagClassName
{
color: #6B1509;
}
</style>
background-color css
<style>
a { background-color: #6B1509; }
a { background-color: rgb(107,21,9); }
div.DivClassName
{
background-color: #6B1509;
}
.BgClassName
{
background-color: #6B1509;
}
</style>
border-color css
<style>
span { border-color: #6B1509; }
span { border-color: rgb(107,21,9); }
td.TdClassName
{
border-color: #6B1509;
}
.TagClassName
{
border-color: #6B1509;
}
</style>