Shades of Falu Red #961D06
Tints of Falu Red #961D06
RGB
CMYK
RGB Variations
Color information
#961D06 (or 0x961D06) is known color: Falu Red. HEX triplet: 96, 1D and 06. RGB value is (150,29,6). Sum of RGB (Red+Green+Blue) = 150+29+6=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #961D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D06 is #69E2F9. Grayscale: #3E3E3E. Windows color (decimal): -6939386 or 400790. OLE color: 400790.
HSL color Cylindrical-coordinate representation of color #961D06: hue angle of 9.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #961D06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 6 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.41 |
| HSL | 9.58º | 0.92% | 0.31% | - |
| HSV(B) | 9.58º | 0.96% | 0.59% | - |
| XYZ | 13.05 | 7.38 | 0.91 | - |
| YUV | 62.56 | 96.09 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 6 | 0 | 0.81 | 0.96 | 0.41 | 9.58 | 0.92 | 0.31 |
| Hex | 96 | 1D | 6 | 0 | 51 | 60 | 29 | A | 5C | 1F |
| Octal | 226 | 35 | 6 | 0 | 121 | 140 | 51 | 12 | 134 | 37 |
| Binary | 10010110 | 11101 | 110 | 0 | 1010001 | 1100000 | 101001 | 1010 | 1011100 | 11111 |
Color Harmonies of #961D06
Complementary color
Monochromatic Colors of #961D06
Black with #961D06
Text Example
Text Example
White with #961D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D06; }
p { color: rgb(150,29,6); }
H1.HeaderClassName
{
color: #961D06;
}
.AnyTagClassName
{
color: #961D06;
}
</style>
background-color css
<style>
a { background-color: #961D06; }
a { background-color: rgb(150,29,6); }
div.DivClassName
{
background-color: #961D06;
}
.BgClassName
{
background-color: #961D06;
}
</style>
border-color css
<style>
span { border-color: #961D06; }
span { border-color: rgb(150,29,6); }
td.TdClassName
{
border-color: #961D06;
}
.TagClassName
{
border-color: #961D06;
}
</style>