Shades of Falu Red #6B1310
Tints of Falu Red #6B1310
RGB
CMYK
RGB Variations
Color information
#6B1310 (or 0x6B1310) is known color: Falu Red. HEX triplet: 6B, 13 and 10. RGB value is (107,19,16). Sum of RGB (Red+Green+Blue) = 107+19+16=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1310 is #94ECEF. Grayscale: #2D2D2D. Windows color (decimal): -9759984 or 1053547. OLE color: 1053547.
HSL color Cylindrical-coordinate representation of color #6B1310: hue angle of 1.98º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1310 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 16 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.58 |
| HSL | 1.98º | 0.74% | 0.24% | - |
| HSV(B) | 1.98º | 0.85% | 0.42% | - |
| XYZ | 6.39 | 3.63 | 0.85 | - |
| YUV | 44.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 16 | 0 | 0.82 | 0.85 | 0.58 | 1.98 | 0.74 | 0.24 |
| Hex | 6B | 13 | 10 | 0 | 52 | 55 | 3A | 2 | 4A | 18 |
| Octal | 153 | 23 | 20 | 0 | 122 | 125 | 72 | 2 | 112 | 30 |
| Binary | 1101011 | 10011 | 10000 | 0 | 1010010 | 1010101 | 111010 | 10 | 1001010 | 11000 |
Color Harmonies of #6B1310
Complementary color
Monochromatic Colors of #6B1310
Black with #6B1310
Text Example
Text Example
White with #6B1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1310; }
p { color: rgb(107,19,16); }
H1.HeaderClassName
{
color: #6B1310;
}
.AnyTagClassName
{
color: #6B1310;
}
</style>
background-color css
<style>
a { background-color: #6B1310; }
a { background-color: rgb(107,19,16); }
div.DivClassName
{
background-color: #6B1310;
}
.BgClassName
{
background-color: #6B1310;
}
</style>
border-color css
<style>
span { border-color: #6B1310; }
span { border-color: rgb(107,19,16); }
td.TdClassName
{
border-color: #6B1310;
}
.TagClassName
{
border-color: #6B1310;
}
</style>