Shades of Medium Wood #9F7B65
Tints of Medium Wood #9F7B65
RGB
CMYK
RGB Variations
Color information
#9F7B65 (or 0x9F7B65) is known color: Medium Wood. HEX triplet: 9F, 7B and 65. RGB value is (159,123,101). Sum of RGB (Red+Green+Blue) = 159+123+101=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7B65 is #60849A. Grayscale: #838383. Windows color (decimal): -6325403 or 6650783. OLE color: 6650783.
HSL color Cylindrical-coordinate representation of color #9F7B65: hue angle of 22.76º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F7B65 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 123 | 101 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.38 |
| HSL | 22.76º | 0.23% | 0.51% | - |
| HSV(B) | 22.76º | 0.36% | 0.62% | - |
| XYZ | 23.73 | 22.48 | 15.4 | - |
| YUV | 131.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 123 | 101 | 0 | 0.23 | 0.36 | 0.38 | 22.76 | 0.23 | 0.51 |
| Hex | 9F | 7B | 65 | 0 | 17 | 24 | 26 | 17 | 17 | 33 |
| Octal | 237 | 173 | 145 | 0 | 27 | 44 | 46 | 27 | 27 | 63 |
| Binary | 10011111 | 1111011 | 1100101 | 0 | 10111 | 100100 | 100110 | 10111 | 10111 | 110011 |
Color Harmonies of #9F7B65
Complementary color
Monochromatic Colors of #9F7B65
Black with #9F7B65
Text Example
Text Example
White with #9F7B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7B65; }
p { color: rgb(159,123,101); }
H1.HeaderClassName
{
color: #9F7B65;
}
.AnyTagClassName
{
color: #9F7B65;
}
</style>
background-color css
<style>
a { background-color: #9F7B65; }
a { background-color: rgb(159,123,101); }
div.DivClassName
{
background-color: #9F7B65;
}
.BgClassName
{
background-color: #9F7B65;
}
</style>
border-color css
<style>
span { border-color: #9F7B65; }
span { border-color: rgb(159,123,101); }
td.TdClassName
{
border-color: #9F7B65;
}
.TagClassName
{
border-color: #9F7B65;
}
</style>