Shades of Falu Red #6F120A
Tints of Falu Red #6F120A
RGB
CMYK
RGB Variations
Color information
#6F120A (or 0x6F120A) is known color: Falu Red. HEX triplet: 6F, 12 and 0A. RGB value is (111,18,10). Sum of RGB (Red+Green+Blue) = 111+18+10=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F120A is #90EDF5. Grayscale: #2D2D2D. Windows color (decimal): -9498102 or 660079. OLE color: 660079.
HSL color Cylindrical-coordinate representation of color #6F120A: hue angle of 4.75º 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 #6F120A is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 10 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.56 |
| HSL | 4.75º | 0.83% | 0.24% | - |
| HSV(B) | 4.75º | 0.91% | 0.44% | - |
| XYZ | 6.83 | 3.83 | 0.67 | - |
| YUV | 44.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 10 | 0 | 0.84 | 0.91 | 0.56 | 4.75 | 0.83 | 0.24 |
| Hex | 6F | 12 | A | 0 | 54 | 5B | 38 | 5 | 53 | 18 |
| Octal | 157 | 22 | 12 | 0 | 124 | 133 | 70 | 5 | 123 | 30 |
| Binary | 1101111 | 10010 | 1010 | 0 | 1010100 | 1011011 | 111000 | 101 | 1010011 | 11000 |
Color Harmonies of #6F120A
Complementary color
Monochromatic Colors of #6F120A
Black with #6F120A
Text Example
Text Example
White with #6F120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F120A; }
p { color: rgb(111,18,10); }
H1.HeaderClassName
{
color: #6F120A;
}
.AnyTagClassName
{
color: #6F120A;
}
</style>
background-color css
<style>
a { background-color: #6F120A; }
a { background-color: rgb(111,18,10); }
div.DivClassName
{
background-color: #6F120A;
}
.BgClassName
{
background-color: #6F120A;
}
</style>
border-color css
<style>
span { border-color: #6F120A; }
span { border-color: rgb(111,18,10); }
td.TdClassName
{
border-color: #6F120A;
}
.TagClassName
{
border-color: #6F120A;
}
</style>