Shades of Dark Wood #7E6347
Tints of Dark Wood #7E6347
RGB
CMYK
RGB Variations
Color information
#7E6347 (or 0x7E6347) is known color: Dark Wood. HEX triplet: 7E, 63 and 47. RGB value is (126,99,71). Sum of RGB (Red+Green+Blue) = 126+99+71=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6347 is #819CB8. Grayscale: #686868. Windows color (decimal): -8494265 or 4678526. OLE color: 4678526.
HSL color Cylindrical-coordinate representation of color #7E6347: hue angle of 30.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E6347 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 99 | 71 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.51 |
| HSL | 30.55º | 0.28% | 0.39% | - |
| HSV(B) | 30.55º | 0.44% | 0.49% | - |
| XYZ | 14.2 | 13.81 | 7.88 | - |
| YUV | 103.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 71 | 0 | 0.21 | 0.44 | 0.51 | 30.55 | 0.28 | 0.39 |
| Hex | 7E | 63 | 47 | 0 | 15 | 2C | 33 | 1F | 1C | 27 |
| Octal | 176 | 143 | 107 | 0 | 25 | 54 | 63 | 37 | 34 | 47 |
| Binary | 1111110 | 1100011 | 1000111 | 0 | 10101 | 101100 | 110011 | 11111 | 11100 | 100111 |
Color Harmonies of #7E6347
Complementary color
Monochromatic Colors of #7E6347
Black with #7E6347
Text Example
Text Example
White with #7E6347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6347; }
p { color: rgb(126,99,71); }
H1.HeaderClassName
{
color: #7E6347;
}
.AnyTagClassName
{
color: #7E6347;
}
</style>
background-color css
<style>
a { background-color: #7E6347; }
a { background-color: rgb(126,99,71); }
div.DivClassName
{
background-color: #7E6347;
}
.BgClassName
{
background-color: #7E6347;
}
</style>
border-color css
<style>
span { border-color: #7E6347; }
span { border-color: rgb(126,99,71); }
td.TdClassName
{
border-color: #7E6347;
}
.TagClassName
{
border-color: #7E6347;
}
</style>