Shades of Falu Red #6F180C
Tints of Falu Red #6F180C
RGB
CMYK
RGB Variations
Color information
#6F180C (or 0x6F180C) is known color: Falu Red. HEX triplet: 6F, 18 and 0C. RGB value is (111,24,12). Sum of RGB (Red+Green+Blue) = 111+24+12=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F180C is #90E7F3. Grayscale: #303030. Windows color (decimal): -9496564 or 792687. OLE color: 792687.
HSL color Cylindrical-coordinate representation of color #6F180C: hue angle of 7.27º 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 #6F180C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 12 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.56 |
| HSL | 7.27º | 0.8% | 0.24% | - |
| HSV(B) | 7.27º | 0.89% | 0.44% | - |
| XYZ | 6.95 | 4.06 | 0.77 | - |
| YUV | 48.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 12 | 0 | 0.78 | 0.89 | 0.56 | 7.27 | 0.8 | 0.24 |
| Hex | 6F | 18 | C | 0 | 4E | 59 | 38 | 7 | 50 | 18 |
| Octal | 157 | 30 | 14 | 0 | 116 | 131 | 70 | 7 | 120 | 30 |
| Binary | 1101111 | 11000 | 1100 | 0 | 1001110 | 1011001 | 111000 | 111 | 1010000 | 11000 |
Color Harmonies of #6F180C
Complementary color
Monochromatic Colors of #6F180C
Black with #6F180C
Text Example
Text Example
White with #6F180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F180C; }
p { color: rgb(111,24,12); }
H1.HeaderClassName
{
color: #6F180C;
}
.AnyTagClassName
{
color: #6F180C;
}
</style>
background-color css
<style>
a { background-color: #6F180C; }
a { background-color: rgb(111,24,12); }
div.DivClassName
{
background-color: #6F180C;
}
.BgClassName
{
background-color: #6F180C;
}
</style>
border-color css
<style>
span { border-color: #6F180C; }
span { border-color: rgb(111,24,12); }
td.TdClassName
{
border-color: #6F180C;
}
.TagClassName
{
border-color: #6F180C;
}
</style>