Shades of Medium Wood #9F8169
Tints of Medium Wood #9F8169
RGB
CMYK
RGB Variations
Color information
#9F8169 (or 0x9F8169) is known color: Medium Wood. HEX triplet: 9F, 81 and 69. RGB value is (159,129,105). Sum of RGB (Red+Green+Blue) = 159+129+105=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8169 is #607E96. Grayscale: #878787. Windows color (decimal): -6323863 or 6914463. OLE color: 6914463.
HSL color Cylindrical-coordinate representation of color #9F8169: hue angle of 26.67º 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 #9F8169 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 105 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.38 |
| HSL | 26.67º | 0.22% | 0.52% | - |
| HSV(B) | 26.67º | 0.34% | 0.62% | - |
| XYZ | 24.7 | 24.09 | 16.71 | - |
| YUV | 135.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 105 | 0 | 0.19 | 0.34 | 0.38 | 26.67 | 0.22 | 0.52 |
| Hex | 9F | 81 | 69 | 0 | 13 | 22 | 26 | 1B | 16 | 34 |
| Octal | 237 | 201 | 151 | 0 | 23 | 42 | 46 | 33 | 26 | 64 |
| Binary | 10011111 | 10000001 | 1101001 | 0 | 10011 | 100010 | 100110 | 11011 | 10110 | 110100 |
Color Harmonies of #9F8169
Complementary color
Monochromatic Colors of #9F8169
Black with #9F8169
Text Example
Text Example
White with #9F8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8169; }
p { color: rgb(159,129,105); }
H1.HeaderClassName
{
color: #9F8169;
}
.AnyTagClassName
{
color: #9F8169;
}
</style>
background-color css
<style>
a { background-color: #9F8169; }
a { background-color: rgb(159,129,105); }
div.DivClassName
{
background-color: #9F8169;
}
.BgClassName
{
background-color: #9F8169;
}
</style>
border-color css
<style>
span { border-color: #9F8169; }
span { border-color: rgb(159,129,105); }
td.TdClassName
{
border-color: #9F8169;
}
.TagClassName
{
border-color: #9F8169;
}
</style>