Shades of Falu Red #6F1F06
Tints of Falu Red #6F1F06
RGB
CMYK
RGB Variations
Color information
#6F1F06 (or 0x6F1F06) is known color: Falu Red. HEX triplet: 6F, 1F and 06. RGB value is (111,31,6). Sum of RGB (Red+Green+Blue) = 111+31+6=148 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F06 is #90E0F9. Grayscale: #343434. Windows color (decimal): -9494778 or 401263. OLE color: 401263.
HSL color Cylindrical-coordinate representation of color #6F1F06: hue angle of 14.29º 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 #6F1F06 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 6 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.56 |
| HSL | 14.29º | 0.9% | 0.23% | - |
| HSV(B) | 14.29º | 0.95% | 0.44% | - |
| XYZ | 7.08 | 4.37 | 0.64 | - |
| YUV | 52.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 6 | 0 | 0.72 | 0.95 | 0.56 | 14.29 | 0.9 | 0.23 |
| Hex | 6F | 1F | 6 | 0 | 48 | 5F | 38 | E | 5A | 17 |
| Octal | 157 | 37 | 6 | 0 | 110 | 137 | 70 | 16 | 132 | 27 |
| Binary | 1101111 | 11111 | 110 | 0 | 1001000 | 1011111 | 111000 | 1110 | 1011010 | 10111 |
Color Harmonies of #6F1F06
Complementary color
Monochromatic Colors of #6F1F06
Black with #6F1F06
Text Example
Text Example
White with #6F1F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F06; }
p { color: rgb(111,31,6); }
H1.HeaderClassName
{
color: #6F1F06;
}
.AnyTagClassName
{
color: #6F1F06;
}
</style>
background-color css
<style>
a { background-color: #6F1F06; }
a { background-color: rgb(111,31,6); }
div.DivClassName
{
background-color: #6F1F06;
}
.BgClassName
{
background-color: #6F1F06;
}
</style>
border-color css
<style>
span { border-color: #6F1F06; }
span { border-color: rgb(111,31,6); }
td.TdClassName
{
border-color: #6F1F06;
}
.TagClassName
{
border-color: #6F1F06;
}
</style>