Shades of Medium Wood #9F7C6A
Tints of Medium Wood #9F7C6A
RGB
CMYK
RGB Variations
Color information
#9F7C6A (or 0x9F7C6A) is known color: Medium Wood. HEX triplet: 9F, 7C and 6A. RGB value is (159,124,106). Sum of RGB (Red+Green+Blue) = 159+124+106=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C6A is #608395. Grayscale: #848484. Windows color (decimal): -6325142 or 6978719. OLE color: 6978719.
HSL color Cylindrical-coordinate representation of color #9F7C6A: hue angle of 20.38º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F7C6A is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 124 | 106 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.38 |
| HSL | 20.38º | 0.22% | 0.52% | - |
| HSV(B) | 20.38º | 0.33% | 0.62% | - |
| XYZ | 24.11 | 22.83 | 16.77 | - |
| YUV | 132.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 124 | 106 | 0 | 0.22 | 0.33 | 0.38 | 20.38 | 0.22 | 0.52 |
| Hex | 9F | 7C | 6A | 0 | 16 | 21 | 26 | 14 | 16 | 34 |
| Octal | 237 | 174 | 152 | 0 | 26 | 41 | 46 | 24 | 26 | 64 |
| Binary | 10011111 | 1111100 | 1101010 | 0 | 10110 | 100001 | 100110 | 10100 | 10110 | 110100 |
Color Harmonies of #9F7C6A
Complementary color
Monochromatic Colors of #9F7C6A
Black with #9F7C6A
Text Example
Text Example
White with #9F7C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7C6A; }
p { color: rgb(159,124,106); }
H1.HeaderClassName
{
color: #9F7C6A;
}
.AnyTagClassName
{
color: #9F7C6A;
}
</style>
background-color css
<style>
a { background-color: #9F7C6A; }
a { background-color: rgb(159,124,106); }
div.DivClassName
{
background-color: #9F7C6A;
}
.BgClassName
{
background-color: #9F7C6A;
}
</style>
border-color css
<style>
span { border-color: #9F7C6A; }
span { border-color: rgb(159,124,106); }
td.TdClassName
{
border-color: #9F7C6A;
}
.TagClassName
{
border-color: #9F7C6A;
}
</style>