Shades of Medium Wood #9F8069
Tints of Medium Wood #9F8069
RGB
CMYK
RGB Variations
Color information
#9F8069 (or 0x9F8069) is known color: Medium Wood. HEX triplet: 9F, 80 and 69. RGB value is (159,128,105). Sum of RGB (Red+Green+Blue) = 159+128+105=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8069 is #607F96. Grayscale: #868686. Windows color (decimal): -6324119 or 6914207. OLE color: 6914207.
HSL color Cylindrical-coordinate representation of color #9F8069: hue angle of 25.56º 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 #9F8069 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 105 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.38 |
| HSL | 25.56º | 0.22% | 0.52% | - |
| HSV(B) | 25.56º | 0.34% | 0.62% | - |
| XYZ | 24.57 | 23.83 | 16.67 | - |
| YUV | 134.65 | 111.27 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 105 | 0 | 0.19 | 0.34 | 0.38 | 25.56 | 0.22 | 0.52 |
| Hex | 9F | 80 | 69 | 0 | 13 | 22 | 26 | 1A | 16 | 34 |
| Octal | 237 | 200 | 151 | 0 | 23 | 42 | 46 | 32 | 26 | 64 |
| Binary | 10011111 | 10000000 | 1101001 | 0 | 10011 | 100010 | 100110 | 11010 | 10110 | 110100 |
Color Harmonies of #9F8069
Complementary color
Monochromatic Colors of #9F8069
Black with #9F8069
Text Example
Text Example
White with #9F8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8069; }
p { color: rgb(159,128,105); }
H1.HeaderClassName
{
color: #9F8069;
}
.AnyTagClassName
{
color: #9F8069;
}
</style>
background-color css
<style>
a { background-color: #9F8069; }
a { background-color: rgb(159,128,105); }
div.DivClassName
{
background-color: #9F8069;
}
.BgClassName
{
background-color: #9F8069;
}
</style>
border-color css
<style>
span { border-color: #9F8069; }
span { border-color: rgb(159,128,105); }
td.TdClassName
{
border-color: #9F8069;
}
.TagClassName
{
border-color: #9F8069;
}
</style>