Shades of Falu Red #6F110F
Tints of Falu Red #6F110F
RGB
CMYK
RGB Variations
Color information
#6F110F (or 0x6F110F) is known color: Falu Red. HEX triplet: 6F, 11 and 0F. RGB value is (111,17,15). Sum of RGB (Red+Green+Blue) = 111+17+15=143 (18% of max value = 765). Red value is 111 (43.75% from 255 or 77.62% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 111 - color contains mainly: red. Hex color #6F110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F110F is #90EEF0. Grayscale: #2C2C2C. Windows color (decimal): -9498353 or 987503. OLE color: 987503.
HSL color Cylindrical-coordinate representation of color #6F110F: hue angle of 1.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F110F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 15 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.56 |
| HSL | 1.25º | 0.76% | 0.25% | - |
| HSV(B) | 1.25º | 0.86% | 0.44% | - |
| XYZ | 6.84 | 3.81 | 0.83 | - |
| YUV | 44.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 15 | 0 | 0.85 | 0.86 | 0.56 | 1.25 | 0.76 | 0.25 |
| Hex | 6F | 11 | F | 0 | 55 | 56 | 38 | 1 | 4C | 19 |
| Octal | 157 | 21 | 17 | 0 | 125 | 126 | 70 | 1 | 114 | 31 |
| Binary | 1101111 | 10001 | 1111 | 0 | 1010101 | 1010110 | 111000 | 1 | 1001100 | 11001 |
Color Harmonies of #6F110F
Complementary color
Monochromatic Colors of #6F110F
Black with #6F110F
Text Example
Text Example
White with #6F110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F110F; }
p { color: rgb(111,17,15); }
H1.HeaderClassName
{
color: #6F110F;
}
.AnyTagClassName
{
color: #6F110F;
}
</style>
background-color css
<style>
a { background-color: #6F110F; }
a { background-color: rgb(111,17,15); }
div.DivClassName
{
background-color: #6F110F;
}
.BgClassName
{
background-color: #6F110F;
}
</style>
border-color css
<style>
span { border-color: #6F110F; }
span { border-color: rgb(111,17,15); }
td.TdClassName
{
border-color: #6F110F;
}
.TagClassName
{
border-color: #6F110F;
}
</style>