Shades of Medium Wood #9F7E69
Tints of Medium Wood #9F7E69
RGB
CMYK
RGB Variations
Color information
#9F7E69 (or 0x9F7E69) is known color: Medium Wood. HEX triplet: 9F, 7E and 69. RGB value is (159,126,105). Sum of RGB (Red+Green+Blue) = 159+126+105=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E69 is #608196. Grayscale: #858585. Windows color (decimal): -6324631 or 6913695. OLE color: 6913695.
HSL color Cylindrical-coordinate representation of color #9F7E69: hue angle of 23.33º degrees, saturation: 0.22, 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 #9F7E69 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 105 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.38 |
| HSL | 23.33º | 0.22% | 0.52% | - |
| HSV(B) | 23.33º | 0.34% | 0.62% | - |
| XYZ | 24.31 | 23.31 | 16.58 | - |
| YUV | 133.47 | 111.93 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 105 | 0 | 0.21 | 0.34 | 0.38 | 23.33 | 0.22 | 0.52 |
| Hex | 9F | 7E | 69 | 0 | 15 | 22 | 26 | 17 | 16 | 34 |
| Octal | 237 | 176 | 151 | 0 | 25 | 42 | 46 | 27 | 26 | 64 |
| Binary | 10011111 | 1111110 | 1101001 | 0 | 10101 | 100010 | 100110 | 10111 | 10110 | 110100 |
Color Harmonies of #9F7E69
Complementary color
Monochromatic Colors of #9F7E69
Black with #9F7E69
Text Example
Text Example
White with #9F7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E69; }
p { color: rgb(159,126,105); }
H1.HeaderClassName
{
color: #9F7E69;
}
.AnyTagClassName
{
color: #9F7E69;
}
</style>
background-color css
<style>
a { background-color: #9F7E69; }
a { background-color: rgb(159,126,105); }
div.DivClassName
{
background-color: #9F7E69;
}
.BgClassName
{
background-color: #9F7E69;
}
</style>
border-color css
<style>
span { border-color: #9F7E69; }
span { border-color: rgb(159,126,105); }
td.TdClassName
{
border-color: #9F7E69;
}
.TagClassName
{
border-color: #9F7E69;
}
</style>