Shades of Falu Red #6F130C
Tints of Falu Red #6F130C
RGB
CMYK
RGB Variations
Color information
#6F130C (or 0x6F130C) is known color: Falu Red. HEX triplet: 6F, 13 and 0C. RGB value is (111,19,12). Sum of RGB (Red+Green+Blue) = 111+19+12=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F130C is #90ECF3. Grayscale: #2D2D2D. Windows color (decimal): -9497844 or 791407. OLE color: 791407.
HSL color Cylindrical-coordinate representation of color #6F130C: hue angle of 4.24º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F130C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 12 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.56 |
| HSL | 4.24º | 0.8% | 0.24% | - |
| HSV(B) | 4.24º | 0.89% | 0.44% | - |
| XYZ | 6.85 | 3.87 | 0.73 | - |
| YUV | 45.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 12 | 0 | 0.83 | 0.89 | 0.56 | 4.24 | 0.8 | 0.24 |
| Hex | 6F | 13 | C | 0 | 53 | 59 | 38 | 4 | 50 | 18 |
| Octal | 157 | 23 | 14 | 0 | 123 | 131 | 70 | 4 | 120 | 30 |
| Binary | 1101111 | 10011 | 1100 | 0 | 1010011 | 1011001 | 111000 | 100 | 1010000 | 11000 |
Color Harmonies of #6F130C
Complementary color
Monochromatic Colors of #6F130C
Black with #6F130C
Text Example
Text Example
White with #6F130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F130C; }
p { color: rgb(111,19,12); }
H1.HeaderClassName
{
color: #6F130C;
}
.AnyTagClassName
{
color: #6F130C;
}
</style>
background-color css
<style>
a { background-color: #6F130C; }
a { background-color: rgb(111,19,12); }
div.DivClassName
{
background-color: #6F130C;
}
.BgClassName
{
background-color: #6F130C;
}
</style>
border-color css
<style>
span { border-color: #6F130C; }
span { border-color: rgb(111,19,12); }
td.TdClassName
{
border-color: #6F130C;
}
.TagClassName
{
border-color: #6F130C;
}
</style>