Shades of Medium Wood #9E7C69
Tints of Medium Wood #9E7C69
RGB
CMYK
RGB Variations
Color information
#9E7C69 (or 0x9E7C69) is known color: Medium Wood. HEX triplet: 9E, 7C and 69. RGB value is (158,124,105). Sum of RGB (Red+Green+Blue) = 158+124+105=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C69 is #618396. Grayscale: #848484. Windows color (decimal): -6390679 or 6913182. OLE color: 6913182.
HSL color Cylindrical-coordinate representation of color #9E7C69: hue angle of 21.51º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7C69 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 124 | 105 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.38 |
| HSL | 21.51º | 0.21% | 0.52% | - |
| HSV(B) | 21.51º | 0.34% | 0.62% | - |
| XYZ | 23.86 | 22.7 | 16.49 | - |
| YUV | 132 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 124 | 105 | 0 | 0.22 | 0.34 | 0.38 | 21.51 | 0.21 | 0.52 |
| Hex | 9E | 7C | 69 | 0 | 16 | 22 | 26 | 16 | 15 | 34 |
| Octal | 236 | 174 | 151 | 0 | 26 | 42 | 46 | 26 | 25 | 64 |
| Binary | 10011110 | 1111100 | 1101001 | 0 | 10110 | 100010 | 100110 | 10110 | 10101 | 110100 |
Color Harmonies of #9E7C69
Complementary color
Monochromatic Colors of #9E7C69
Black with #9E7C69
Text Example
Text Example
White with #9E7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7C69; }
p { color: rgb(158,124,105); }
H1.HeaderClassName
{
color: #9E7C69;
}
.AnyTagClassName
{
color: #9E7C69;
}
</style>
background-color css
<style>
a { background-color: #9E7C69; }
a { background-color: rgb(158,124,105); }
div.DivClassName
{
background-color: #9E7C69;
}
.BgClassName
{
background-color: #9E7C69;
}
</style>
border-color css
<style>
span { border-color: #9E7C69; }
span { border-color: rgb(158,124,105); }
td.TdClassName
{
border-color: #9E7C69;
}
.TagClassName
{
border-color: #9E7C69;
}
</style>