Shades of Falu Red #761F06
Tints of Falu Red #761F06
RGB
CMYK
RGB Variations
Color information
#761F06 (or 0x761F06) is known color: Falu Red. HEX triplet: 76, 1F and 06. RGB value is (118,31,6). Sum of RGB (Red+Green+Blue) = 118+31+6=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F06 is #89E0F9. Grayscale: #363636. Windows color (decimal): -9036026 or 401270. OLE color: 401270.
HSL color Cylindrical-coordinate representation of color #761F06: hue angle of 13.39º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #761F06 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 31 | 6 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.54 |
| HSL | 13.39º | 0.9% | 0.24% | - |
| HSV(B) | 13.39º | 0.95% | 0.46% | - |
| XYZ | 7.99 | 4.84 | 0.69 | - |
| YUV | 54.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 6 | 0 | 0.74 | 0.95 | 0.54 | 13.39 | 0.9 | 0.24 |
| Hex | 76 | 1F | 6 | 0 | 4A | 5F | 36 | D | 5A | 18 |
| Octal | 166 | 37 | 6 | 0 | 112 | 137 | 66 | 15 | 132 | 30 |
| Binary | 1110110 | 11111 | 110 | 0 | 1001010 | 1011111 | 110110 | 1101 | 1011010 | 11000 |
Color Harmonies of #761F06
Complementary color
Monochromatic Colors of #761F06
Black with #761F06
Text Example
Text Example
White with #761F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761F06; }
p { color: rgb(118,31,6); }
H1.HeaderClassName
{
color: #761F06;
}
.AnyTagClassName
{
color: #761F06;
}
</style>
background-color css
<style>
a { background-color: #761F06; }
a { background-color: rgb(118,31,6); }
div.DivClassName
{
background-color: #761F06;
}
.BgClassName
{
background-color: #761F06;
}
</style>
border-color css
<style>
span { border-color: #761F06; }
span { border-color: rgb(118,31,6); }
td.TdClassName
{
border-color: #761F06;
}
.TagClassName
{
border-color: #761F06;
}
</style>