Shades of Falu Red #6F2012
Tints of Falu Red #6F2012
RGB
CMYK
RGB Variations
Color information
#6F2012 (or 0x6F2012) is known color: Falu Red. HEX triplet: 6F, 20 and 12. RGB value is (111,32,18). Sum of RGB (Red+Green+Blue) = 111+32+18=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2012 is #90DFED. Grayscale: #363636. Windows color (decimal): -9494510 or 1187951. OLE color: 1187951.
HSL color Cylindrical-coordinate representation of color #6F2012: hue angle of 9.03º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F2012 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 18 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.56 |
| HSL | 9.03º | 0.72% | 0.25% | - |
| HSV(B) | 9.03º | 0.84% | 0.44% | - |
| XYZ | 7.18 | 4.46 | 1.05 | - |
| YUV | 54.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 18 | 0 | 0.71 | 0.84 | 0.56 | 9.03 | 0.72 | 0.25 |
| Hex | 6F | 20 | 12 | 0 | 47 | 54 | 38 | 9 | 48 | 19 |
| Octal | 157 | 40 | 22 | 0 | 107 | 124 | 70 | 11 | 110 | 31 |
| Binary | 1101111 | 100000 | 10010 | 0 | 1000111 | 1010100 | 111000 | 1001 | 1001000 | 11001 |
Color Harmonies of #6F2012
Complementary color
Monochromatic Colors of #6F2012
Black with #6F2012
Text Example
Text Example
White with #6F2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2012; }
p { color: rgb(111,32,18); }
H1.HeaderClassName
{
color: #6F2012;
}
.AnyTagClassName
{
color: #6F2012;
}
</style>
background-color css
<style>
a { background-color: #6F2012; }
a { background-color: rgb(111,32,18); }
div.DivClassName
{
background-color: #6F2012;
}
.BgClassName
{
background-color: #6F2012;
}
</style>
border-color css
<style>
span { border-color: #6F2012; }
span { border-color: rgb(111,32,18); }
td.TdClassName
{
border-color: #6F2012;
}
.TagClassName
{
border-color: #6F2012;
}
</style>