Shades of Dark Wood #7E6149
Tints of Dark Wood #7E6149
RGB
CMYK
RGB Variations
Color information
#7E6149 (or 0x7E6149) is known color: Dark Wood. HEX triplet: 7E, 61 and 49. RGB value is (126,97,73). Sum of RGB (Red+Green+Blue) = 126+97+73=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6149 is #819EB6. Grayscale: #676767. Windows color (decimal): -8494775 or 4809086. OLE color: 4809086.
HSL color Cylindrical-coordinate representation of color #7E6149: hue angle of 27.17º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E6149 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 97 | 73 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.51 |
| HSL | 27.17º | 0.27% | 0.39% | - |
| HSV(B) | 27.17º | 0.42% | 0.49% | - |
| XYZ | 14.08 | 13.47 | 8.16 | - |
| YUV | 102.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 73 | 0 | 0.23 | 0.42 | 0.51 | 27.17 | 0.27 | 0.39 |
| Hex | 7E | 61 | 49 | 0 | 17 | 2A | 33 | 1B | 1B | 27 |
| Octal | 176 | 141 | 111 | 0 | 27 | 52 | 63 | 33 | 33 | 47 |
| Binary | 1111110 | 1100001 | 1001001 | 0 | 10111 | 101010 | 110011 | 11011 | 11011 | 100111 |
Color Harmonies of #7E6149
Complementary color
Monochromatic Colors of #7E6149
Black with #7E6149
Text Example
Text Example
White with #7E6149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6149; }
p { color: rgb(126,97,73); }
H1.HeaderClassName
{
color: #7E6149;
}
.AnyTagClassName
{
color: #7E6149;
}
</style>
background-color css
<style>
a { background-color: #7E6149; }
a { background-color: rgb(126,97,73); }
div.DivClassName
{
background-color: #7E6149;
}
.BgClassName
{
background-color: #7E6149;
}
</style>
border-color css
<style>
span { border-color: #7E6149; }
span { border-color: rgb(126,97,73); }
td.TdClassName
{
border-color: #7E6149;
}
.TagClassName
{
border-color: #7E6149;
}
</style>