Shades of Medium Wood #9E7E6A
Tints of Medium Wood #9E7E6A
RGB
CMYK
RGB Variations
Color information
#9E7E6A (or 0x9E7E6A) is known color: Medium Wood. HEX triplet: 9E, 7E and 6A. RGB value is (158,126,106). Sum of RGB (Red+Green+Blue) = 158+126+106=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7E6A is #618195. Grayscale: #858585. Windows color (decimal): -6390166 or 6979230. OLE color: 6979230.
HSL color Cylindrical-coordinate representation of color #9E7E6A: hue angle of 23.08º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E7E6A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 126 | 106 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.38 |
| HSL | 23.08º | 0.21% | 0.52% | - |
| HSV(B) | 23.08º | 0.33% | 0.62% | - |
| XYZ | 24.16 | 23.23 | 16.85 | - |
| YUV | 133.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 126 | 106 | 0 | 0.20 | 0.33 | 0.38 | 23.08 | 0.21 | 0.52 |
| Hex | 9E | 7E | 6A | 0 | 14 | 21 | 26 | 17 | 15 | 34 |
| Octal | 236 | 176 | 152 | 0 | 24 | 41 | 46 | 27 | 25 | 64 |
| Binary | 10011110 | 1111110 | 1101010 | 0 | 10100 | 100001 | 100110 | 10111 | 10101 | 110100 |
Color Harmonies of #9E7E6A
Complementary color
Monochromatic Colors of #9E7E6A
Black with #9E7E6A
Text Example
Text Example
White with #9E7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7E6A; }
p { color: rgb(158,126,106); }
H1.HeaderClassName
{
color: #9E7E6A;
}
.AnyTagClassName
{
color: #9E7E6A;
}
</style>
background-color css
<style>
a { background-color: #9E7E6A; }
a { background-color: rgb(158,126,106); }
div.DivClassName
{
background-color: #9E7E6A;
}
.BgClassName
{
background-color: #9E7E6A;
}
</style>
border-color css
<style>
span { border-color: #9E7E6A; }
span { border-color: rgb(158,126,106); }
td.TdClassName
{
border-color: #9E7E6A;
}
.TagClassName
{
border-color: #9E7E6A;
}
</style>