Shades of Falu Red #6F110C
Tints of Falu Red #6F110C
RGB
CMYK
RGB Variations
Color information
#6F110C (or 0x6F110C) is known color: Falu Red. HEX triplet: 6F, 11 and 0C. RGB value is (111,17,12). Sum of RGB (Red+Green+Blue) = 111+17+12=140 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.29% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 111 - color contains mainly: red. Hex color #6F110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F110C is #90EEF3. Grayscale: #2C2C2C. Windows color (decimal): -9498356 or 790895. OLE color: 790895.
HSL color Cylindrical-coordinate representation of color #6F110C: hue angle of 3.03º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F110C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 12 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.56 |
| HSL | 3.03º | 0.8% | 0.24% | - |
| HSV(B) | 3.03º | 0.89% | 0.44% | - |
| XYZ | 6.82 | 3.81 | 0.72 | - |
| YUV | 44.54 | 109.64 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 12 | 0 | 0.85 | 0.89 | 0.56 | 3.03 | 0.8 | 0.24 |
| Hex | 6F | 11 | C | 0 | 55 | 59 | 38 | 3 | 50 | 18 |
| Octal | 157 | 21 | 14 | 0 | 125 | 131 | 70 | 3 | 120 | 30 |
| Binary | 1101111 | 10001 | 1100 | 0 | 1010101 | 1011001 | 111000 | 11 | 1010000 | 11000 |
Color Harmonies of #6F110C
Complementary color
Monochromatic Colors of #6F110C
Black with #6F110C
Text Example
Text Example
White with #6F110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F110C; }
p { color: rgb(111,17,12); }
H1.HeaderClassName
{
color: #6F110C;
}
.AnyTagClassName
{
color: #6F110C;
}
</style>
background-color css
<style>
a { background-color: #6F110C; }
a { background-color: rgb(111,17,12); }
div.DivClassName
{
background-color: #6F110C;
}
.BgClassName
{
background-color: #6F110C;
}
</style>
border-color css
<style>
span { border-color: #6F110C; }
span { border-color: rgb(111,17,12); }
td.TdClassName
{
border-color: #6F110C;
}
.TagClassName
{
border-color: #6F110C;
}
</style>