Shades of Falu Red #6F140A
Tints of Falu Red #6F140A
RGB
CMYK
RGB Variations
Color information
#6F140A (or 0x6F140A) is known color: Falu Red. HEX triplet: 6F, 14 and 0A. RGB value is (111,20,10). Sum of RGB (Red+Green+Blue) = 111+20+10=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F140A is #90EBF5. Grayscale: #2E2E2E. Windows color (decimal): -9497590 or 660591. OLE color: 660591.
HSL color Cylindrical-coordinate representation of color #6F140A: hue angle of 5.94º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F140A is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 10 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.56 |
| HSL | 5.94º | 0.83% | 0.24% | - |
| HSV(B) | 5.94º | 0.91% | 0.44% | - |
| XYZ | 6.86 | 3.9 | 0.68 | - |
| YUV | 46.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 10 | 0 | 0.82 | 0.91 | 0.56 | 5.94 | 0.83 | 0.24 |
| Hex | 6F | 14 | A | 0 | 52 | 5B | 38 | 6 | 53 | 18 |
| Octal | 157 | 24 | 12 | 0 | 122 | 133 | 70 | 6 | 123 | 30 |
| Binary | 1101111 | 10100 | 1010 | 0 | 1010010 | 1011011 | 111000 | 110 | 1010011 | 11000 |
Color Harmonies of #6F140A
Complementary color
Monochromatic Colors of #6F140A
Black with #6F140A
Text Example
Text Example
White with #6F140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F140A; }
p { color: rgb(111,20,10); }
H1.HeaderClassName
{
color: #6F140A;
}
.AnyTagClassName
{
color: #6F140A;
}
</style>
background-color css
<style>
a { background-color: #6F140A; }
a { background-color: rgb(111,20,10); }
div.DivClassName
{
background-color: #6F140A;
}
.BgClassName
{
background-color: #6F140A;
}
</style>
border-color css
<style>
span { border-color: #6F140A; }
span { border-color: rgb(111,20,10); }
td.TdClassName
{
border-color: #6F140A;
}
.TagClassName
{
border-color: #6F140A;
}
</style>