Shades of Falu Red #761E06
Tints of Falu Red #761E06
RGB
CMYK
RGB Variations
Color information
#761E06 (or 0x761E06) is known color: Falu Red. HEX triplet: 76, 1E and 06. RGB value is (118,30,6). Sum of RGB (Red+Green+Blue) = 118+30+6=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #761E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E06 is #89E1F9. Grayscale: #353535. Windows color (decimal): -9036282 or 401014. OLE color: 401014.
HSL color Cylindrical-coordinate representation of color #761E06: hue angle of 12.86º 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 #761E06 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 30 | 6 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.54 |
| HSL | 12.86º | 0.9% | 0.24% | - |
| HSV(B) | 12.86º | 0.95% | 0.46% | - |
| XYZ | 7.97 | 4.79 | 0.68 | - |
| YUV | 53.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 6 | 0 | 0.75 | 0.95 | 0.54 | 12.86 | 0.9 | 0.24 |
| Hex | 76 | 1E | 6 | 0 | 4B | 5F | 36 | D | 5A | 18 |
| Octal | 166 | 36 | 6 | 0 | 113 | 137 | 66 | 15 | 132 | 30 |
| Binary | 1110110 | 11110 | 110 | 0 | 1001011 | 1011111 | 110110 | 1101 | 1011010 | 11000 |
Color Harmonies of #761E06
Complementary color
Monochromatic Colors of #761E06
Black with #761E06
Text Example
Text Example
White with #761E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761E06; }
p { color: rgb(118,30,6); }
H1.HeaderClassName
{
color: #761E06;
}
.AnyTagClassName
{
color: #761E06;
}
</style>
background-color css
<style>
a { background-color: #761E06; }
a { background-color: rgb(118,30,6); }
div.DivClassName
{
background-color: #761E06;
}
.BgClassName
{
background-color: #761E06;
}
</style>
border-color css
<style>
span { border-color: #761E06; }
span { border-color: rgb(118,30,6); }
td.TdClassName
{
border-color: #761E06;
}
.TagClassName
{
border-color: #761E06;
}
</style>