Shades of Dark Wood #7E6545
Tints of Dark Wood #7E6545
RGB
CMYK
RGB Variations
Color information
#7E6545 (or 0x7E6545) is known color: Dark Wood. HEX triplet: 7E, 65 and 45. RGB value is (126,101,69). Sum of RGB (Red+Green+Blue) = 126+101+69=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6545 is #819ABA. Grayscale: #686868. Windows color (decimal): -8493755 or 4547966. OLE color: 4547966.
HSL color Cylindrical-coordinate representation of color #7E6545: hue angle of 33.68º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E6545 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 101 | 69 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.51 |
| HSL | 33.68º | 0.29% | 0.38% | - |
| HSV(B) | 33.68º | 0.45% | 0.49% | - |
| XYZ | 14.33 | 14.17 | 7.61 | - |
| YUV | 104.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 69 | 0 | 0.20 | 0.45 | 0.51 | 33.68 | 0.29 | 0.38 |
| Hex | 7E | 65 | 45 | 0 | 14 | 2D | 33 | 22 | 1D | 26 |
| Octal | 176 | 145 | 105 | 0 | 24 | 55 | 63 | 42 | 35 | 46 |
| Binary | 1111110 | 1100101 | 1000101 | 0 | 10100 | 101101 | 110011 | 100010 | 11101 | 100110 |
Color Harmonies of #7E6545
Complementary color
Monochromatic Colors of #7E6545
Black with #7E6545
Text Example
Text Example
White with #7E6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6545; }
p { color: rgb(126,101,69); }
H1.HeaderClassName
{
color: #7E6545;
}
.AnyTagClassName
{
color: #7E6545;
}
</style>
background-color css
<style>
a { background-color: #7E6545; }
a { background-color: rgb(126,101,69); }
div.DivClassName
{
background-color: #7E6545;
}
.BgClassName
{
background-color: #7E6545;
}
</style>
border-color css
<style>
span { border-color: #7E6545; }
span { border-color: rgb(126,101,69); }
td.TdClassName
{
border-color: #7E6545;
}
.TagClassName
{
border-color: #7E6545;
}
</style>