Shades of Falu Red #6B100D
Tints of Falu Red #6B100D
RGB
CMYK
RGB Variations
Color information
#6B100D (or 0x6B100D) is known color: Falu Red. HEX triplet: 6B, 10 and 0D. RGB value is (107,16,13). Sum of RGB (Red+Green+Blue) = 107+16+13=136 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.68% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 107 - color contains mainly: red. Hex color #6B100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B100D is #94EFF2. Grayscale: #2A2A2A. Windows color (decimal): -9760755 or 856171. OLE color: 856171.
HSL color Cylindrical-coordinate representation of color #6B100D: hue angle of 1.91º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B100D is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 13 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.58 |
| HSL | 1.91º | 0.78% | 0.24% | - |
| HSV(B) | 1.91º | 0.88% | 0.42% | - |
| XYZ | 6.32 | 3.53 | 0.73 | - |
| YUV | 42.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 13 | 0 | 0.85 | 0.88 | 0.58 | 1.91 | 0.78 | 0.24 |
| Hex | 6B | 10 | D | 0 | 55 | 58 | 3A | 2 | 4E | 18 |
| Octal | 153 | 20 | 15 | 0 | 125 | 130 | 72 | 2 | 116 | 30 |
| Binary | 1101011 | 10000 | 1101 | 0 | 1010101 | 1011000 | 111010 | 10 | 1001110 | 11000 |
Color Harmonies of #6B100D
Complementary color
Monochromatic Colors of #6B100D
Black with #6B100D
Text Example
Text Example
White with #6B100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B100D; }
p { color: rgb(107,16,13); }
H1.HeaderClassName
{
color: #6B100D;
}
.AnyTagClassName
{
color: #6B100D;
}
</style>
background-color css
<style>
a { background-color: #6B100D; }
a { background-color: rgb(107,16,13); }
div.DivClassName
{
background-color: #6B100D;
}
.BgClassName
{
background-color: #6B100D;
}
</style>
border-color css
<style>
span { border-color: #6B100D; }
span { border-color: rgb(107,16,13); }
td.TdClassName
{
border-color: #6B100D;
}
.TagClassName
{
border-color: #6B100D;
}
</style>