Shades of Falu Red #6F1612
Tints of Falu Red #6F1612
RGB
CMYK
RGB Variations
Color information
#6F1612 (or 0x6F1612) is known color: Falu Red. HEX triplet: 6F, 16 and 12. RGB value is (111,22,18). Sum of RGB (Red+Green+Blue) = 111+22+18=151 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.51% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1612 is #90E9ED. Grayscale: #303030. Windows color (decimal): -9497070 or 1185391. OLE color: 1185391.
HSL color Cylindrical-coordinate representation of color #6F1612: hue angle of 2.58º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1612 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 18 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.56 |
| HSL | 2.58º | 0.72% | 0.25% | - |
| HSV(B) | 2.58º | 0.84% | 0.44% | - |
| XYZ | 6.95 | 4 | 0.98 | - |
| YUV | 48.16 | 110.99 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 18 | 0 | 0.80 | 0.84 | 0.56 | 2.58 | 0.72 | 0.25 |
| Hex | 6F | 16 | 12 | 0 | 50 | 54 | 38 | 3 | 48 | 19 |
| Octal | 157 | 26 | 22 | 0 | 120 | 124 | 70 | 3 | 110 | 31 |
| Binary | 1101111 | 10110 | 10010 | 0 | 1010000 | 1010100 | 111000 | 11 | 1001000 | 11001 |
Color Harmonies of #6F1612
Complementary color
Monochromatic Colors of #6F1612
Black with #6F1612
Text Example
Text Example
White with #6F1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1612; }
p { color: rgb(111,22,18); }
H1.HeaderClassName
{
color: #6F1612;
}
.AnyTagClassName
{
color: #6F1612;
}
</style>
background-color css
<style>
a { background-color: #6F1612; }
a { background-color: rgb(111,22,18); }
div.DivClassName
{
background-color: #6F1612;
}
.BgClassName
{
background-color: #6F1612;
}
</style>
border-color css
<style>
span { border-color: #6F1612; }
span { border-color: rgb(111,22,18); }
td.TdClassName
{
border-color: #6F1612;
}
.TagClassName
{
border-color: #6F1612;
}
</style>