Shades of Medium Wood #9F7C68
Tints of Medium Wood #9F7C68
RGB
CMYK
RGB Variations
Color information
#9F7C68 (or 0x9F7C68) is known color: Medium Wood. HEX triplet: 9F, 7C and 68. RGB value is (159,124,104). Sum of RGB (Red+Green+Blue) = 159+124+104=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C68 is #608397. Grayscale: #848484. Windows color (decimal): -6325144 or 6847647. OLE color: 6847647.
HSL color Cylindrical-coordinate representation of color #9F7C68: hue angle of 21.82º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F7C68 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 104 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.38 |
| HSL | 21.82º | 0.22% | 0.52% | - |
| HSV(B) | 21.82º | 0.35% | 0.62% | - |
| XYZ | 24 | 22.79 | 16.23 | - |
| YUV | 132.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 104 | 0 | 0.22 | 0.35 | 0.38 | 21.82 | 0.22 | 0.52 |
| Hex | 9F | 7C | 68 | 0 | 16 | 23 | 26 | 16 | 16 | 34 |
| Octal | 237 | 174 | 150 | 0 | 26 | 43 | 46 | 26 | 26 | 64 |
| Binary | 10011111 | 1111100 | 1101000 | 0 | 10110 | 100011 | 100110 | 10110 | 10110 | 110100 |
Color Harmonies of #9F7C68
Complementary color
Monochromatic Colors of #9F7C68
Black with #9F7C68
Text Example
Text Example
White with #9F7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C68; }
p { color: rgb(159,124,104); }
H1.HeaderClassName
{
color: #9F7C68;
}
.AnyTagClassName
{
color: #9F7C68;
}
</style>
background-color css
<style>
a { background-color: #9F7C68; }
a { background-color: rgb(159,124,104); }
div.DivClassName
{
background-color: #9F7C68;
}
.BgClassName
{
background-color: #9F7C68;
}
</style>
border-color css
<style>
span { border-color: #9F7C68; }
span { border-color: rgb(159,124,104); }
td.TdClassName
{
border-color: #9F7C68;
}
.TagClassName
{
border-color: #9F7C68;
}
</style>