Shades of Falu Red #6F1108
Tints of Falu Red #6F1108
RGB
CMYK
RGB Variations
Color information
#6F1108 (or 0x6F1108) is known color: Falu Red. HEX triplet: 6F, 11 and 08. RGB value is (111,17,8). Sum of RGB (Red+Green+Blue) = 111+17+8=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1108 is #90EEF7. Grayscale: #2C2C2C. Windows color (decimal): -9498360 or 528751. OLE color: 528751.
HSL color Cylindrical-coordinate representation of color #6F1108: hue angle of 5.24º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F1108 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 8 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.56 |
| HSL | 5.24º | 0.87% | 0.23% | - |
| HSV(B) | 5.24º | 0.93% | 0.44% | - |
| XYZ | 6.8 | 3.8 | 0.6 | - |
| YUV | 44.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 8 | 0 | 0.85 | 0.93 | 0.56 | 5.24 | 0.87 | 0.23 |
| Hex | 6F | 11 | 8 | 0 | 55 | 5D | 38 | 5 | 57 | 17 |
| Octal | 157 | 21 | 10 | 0 | 125 | 135 | 70 | 5 | 127 | 27 |
| Binary | 1101111 | 10001 | 1000 | 0 | 1010101 | 1011101 | 111000 | 101 | 1010111 | 10111 |
Color Harmonies of #6F1108
Complementary color
Monochromatic Colors of #6F1108
Black with #6F1108
Text Example
Text Example
White with #6F1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1108; }
p { color: rgb(111,17,8); }
H1.HeaderClassName
{
color: #6F1108;
}
.AnyTagClassName
{
color: #6F1108;
}
</style>
background-color css
<style>
a { background-color: #6F1108; }
a { background-color: rgb(111,17,8); }
div.DivClassName
{
background-color: #6F1108;
}
.BgClassName
{
background-color: #6F1108;
}
</style>
border-color css
<style>
span { border-color: #6F1108; }
span { border-color: rgb(111,17,8); }
td.TdClassName
{
border-color: #6F1108;
}
.TagClassName
{
border-color: #6F1108;
}
</style>