Shades of Falu Red #6F1306
Tints of Falu Red #6F1306
RGB
CMYK
RGB Variations
Color information
#6F1306 (or 0x6F1306) is known color: Falu Red. HEX triplet: 6F, 13 and 06. RGB value is (111,19,6). Sum of RGB (Red+Green+Blue) = 111+19+6=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1306 is #90ECF9. Grayscale: #2D2D2D. Windows color (decimal): -9497850 or 398191. OLE color: 398191.
HSL color Cylindrical-coordinate representation of color #6F1306: hue angle of 7.43º 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 #6F1306 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 6 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.56 |
| HSL | 7.43º | 0.9% | 0.23% | - |
| HSV(B) | 7.43º | 0.95% | 0.44% | - |
| XYZ | 6.82 | 3.86 | 0.56 | - |
| YUV | 45.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 6 | 0 | 0.83 | 0.95 | 0.56 | 7.43 | 0.9 | 0.23 |
| Hex | 6F | 13 | 6 | 0 | 53 | 5F | 38 | 7 | 5A | 17 |
| Octal | 157 | 23 | 6 | 0 | 123 | 137 | 70 | 7 | 132 | 27 |
| Binary | 1101111 | 10011 | 110 | 0 | 1010011 | 1011111 | 111000 | 111 | 1011010 | 10111 |
Color Harmonies of #6F1306
Complementary color
Monochromatic Colors of #6F1306
Black with #6F1306
Text Example
Text Example
White with #6F1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1306; }
p { color: rgb(111,19,6); }
H1.HeaderClassName
{
color: #6F1306;
}
.AnyTagClassName
{
color: #6F1306;
}
</style>
background-color css
<style>
a { background-color: #6F1306; }
a { background-color: rgb(111,19,6); }
div.DivClassName
{
background-color: #6F1306;
}
.BgClassName
{
background-color: #6F1306;
}
</style>
border-color css
<style>
span { border-color: #6F1306; }
span { border-color: rgb(111,19,6); }
td.TdClassName
{
border-color: #6F1306;
}
.TagClassName
{
border-color: #6F1306;
}
</style>