Shades of Falu Red #6F1B06
Tints of Falu Red #6F1B06
RGB
CMYK
RGB Variations
Color information
#6F1B06 (or 0x6F1B06) is known color: Falu Red. HEX triplet: 6F, 1B and 06. RGB value is (111,27,6). Sum of RGB (Red+Green+Blue) = 111+27+6=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1B06 is #90E4F9. Grayscale: #313131. Windows color (decimal): -9495802 or 400239. OLE color: 400239.
HSL color Cylindrical-coordinate representation of color #6F1B06: hue angle of 12º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F1B06 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 6 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.56 |
| HSL | 12º | 0.9% | 0.23% | - |
| HSV(B) | 12º | 0.95% | 0.44% | - |
| XYZ | 6.98 | 4.18 | 0.61 | - |
| YUV | 49.72 | 103.33 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 6 | 0 | 0.76 | 0.95 | 0.56 | 12 | 0.9 | 0.23 |
| Hex | 6F | 1B | 6 | 0 | 4C | 5F | 38 | C | 5A | 17 |
| Octal | 157 | 33 | 6 | 0 | 114 | 137 | 70 | 14 | 132 | 27 |
| Binary | 1101111 | 11011 | 110 | 0 | 1001100 | 1011111 | 111000 | 1100 | 1011010 | 10111 |
Color Harmonies of #6F1B06
Complementary color
Monochromatic Colors of #6F1B06
Black with #6F1B06
Text Example
Text Example
White with #6F1B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B06; }
p { color: rgb(111,27,6); }
H1.HeaderClassName
{
color: #6F1B06;
}
.AnyTagClassName
{
color: #6F1B06;
}
</style>
background-color css
<style>
a { background-color: #6F1B06; }
a { background-color: rgb(111,27,6); }
div.DivClassName
{
background-color: #6F1B06;
}
.BgClassName
{
background-color: #6F1B06;
}
</style>
border-color css
<style>
span { border-color: #6F1B06; }
span { border-color: rgb(111,27,6); }
td.TdClassName
{
border-color: #6F1B06;
}
.TagClassName
{
border-color: #6F1B06;
}
</style>