Shades of Falu Red #6B1508
Tints of Falu Red #6B1508
RGB
CMYK
RGB Variations
Color information
#6B1508 (or 0x6B1508) is known color: Falu Red. HEX triplet: 6B, 15 and 08. RGB value is (107,21,8). Sum of RGB (Red+Green+Blue) = 107+21+8=136 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.68% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1508 is #94EAF7. Grayscale: #2D2D2D. Windows color (decimal): -9759480 or 529771. OLE color: 529771.
HSL color Cylindrical-coordinate representation of color #6B1508: hue angle of 7.88º 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 #6B1508 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 8 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.58 |
| HSL | 7.88º | 0.86% | 0.23% | - |
| HSV(B) | 7.88º | 0.93% | 0.42% | - |
| XYZ | 6.38 | 3.68 | 0.6 | - |
| YUV | 45.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 8 | 0 | 0.80 | 0.93 | 0.58 | 7.88 | 0.86 | 0.23 |
| Hex | 6B | 15 | 8 | 0 | 50 | 5D | 3A | 8 | 56 | 17 |
| Octal | 153 | 25 | 10 | 0 | 120 | 135 | 72 | 10 | 126 | 27 |
| Binary | 1101011 | 10101 | 1000 | 0 | 1010000 | 1011101 | 111010 | 1000 | 1010110 | 10111 |
Color Harmonies of #6B1508
Complementary color
Monochromatic Colors of #6B1508
Black with #6B1508
Text Example
Text Example
White with #6B1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1508; }
p { color: rgb(107,21,8); }
H1.HeaderClassName
{
color: #6B1508;
}
.AnyTagClassName
{
color: #6B1508;
}
</style>
background-color css
<style>
a { background-color: #6B1508; }
a { background-color: rgb(107,21,8); }
div.DivClassName
{
background-color: #6B1508;
}
.BgClassName
{
background-color: #6B1508;
}
</style>
border-color css
<style>
span { border-color: #6B1508; }
span { border-color: rgb(107,21,8); }
td.TdClassName
{
border-color: #6B1508;
}
.TagClassName
{
border-color: #6B1508;
}
</style>