Shades of Falu Red #911C06
Tints of Falu Red #911C06
RGB
CMYK
RGB Variations
Color information
#911C06 (or 0x911C06) is known color: Falu Red. HEX triplet: 91, 1C and 06. RGB value is (145,28,6). Sum of RGB (Red+Green+Blue) = 145+28+6=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #911C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911C06 is #6EE3F9. Grayscale: #3C3C3C. Windows color (decimal): -7267322 or 400529. OLE color: 400529.
HSL color Cylindrical-coordinate representation of color #911C06: hue angle of 9.5º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #911C06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 28 | 6 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.43 |
| HSL | 9.5º | 0.92% | 0.3% | - |
| HSV(B) | 9.5º | 0.96% | 0.57% | - |
| XYZ | 12.13 | 6.86 | 0.86 | - |
| YUV | 60.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 6 | 0 | 0.81 | 0.96 | 0.43 | 9.5 | 0.92 | 0.3 |
| Hex | 91 | 1C | 6 | 0 | 51 | 60 | 2B | 9 | 5C | 1E |
| Octal | 221 | 34 | 6 | 0 | 121 | 140 | 53 | 11 | 134 | 36 |
| Binary | 10010001 | 11100 | 110 | 0 | 1010001 | 1100000 | 101011 | 1001 | 1011100 | 11110 |
Color Harmonies of #911C06
Complementary color
Monochromatic Colors of #911C06
Black with #911C06
Text Example
Text Example
White with #911C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911C06; }
p { color: rgb(145,28,6); }
H1.HeaderClassName
{
color: #911C06;
}
.AnyTagClassName
{
color: #911C06;
}
</style>
background-color css
<style>
a { background-color: #911C06; }
a { background-color: rgb(145,28,6); }
div.DivClassName
{
background-color: #911C06;
}
.BgClassName
{
background-color: #911C06;
}
</style>
border-color css
<style>
span { border-color: #911C06; }
span { border-color: rgb(145,28,6); }
td.TdClassName
{
border-color: #911C06;
}
.TagClassName
{
border-color: #911C06;
}
</style>