Shades of Medium Wood #9C7D6A
Tints of Medium Wood #9C7D6A
RGB
CMYK
RGB Variations
Color information
#9C7D6A (or 0x9C7D6A) is known color: Medium Wood. HEX triplet: 9C, 7D and 6A. RGB value is (156,125,106). Sum of RGB (Red+Green+Blue) = 156+125+106=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D6A is #638295. Grayscale: #848484. Windows color (decimal): -6521494 or 6978972. OLE color: 6978972.
HSL color Cylindrical-coordinate representation of color #9C7D6A: hue angle of 22.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C7D6A is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 106 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.39 |
| HSL | 22.8º | 0.2% | 0.51% | - |
| HSV(B) | 22.8º | 0.32% | 0.61% | - |
| XYZ | 23.65 | 22.78 | 16.79 | - |
| YUV | 132.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 106 | 0 | 0.20 | 0.32 | 0.39 | 22.8 | 0.2 | 0.51 |
| Hex | 9C | 7D | 6A | 0 | 14 | 20 | 27 | 17 | 14 | 33 |
| Octal | 234 | 175 | 152 | 0 | 24 | 40 | 47 | 27 | 24 | 63 |
| Binary | 10011100 | 1111101 | 1101010 | 0 | 10100 | 100000 | 100111 | 10111 | 10100 | 110011 |
Color Harmonies of #9C7D6A
Complementary color
Monochromatic Colors of #9C7D6A
Black with #9C7D6A
Text Example
Text Example
White with #9C7D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D6A; }
p { color: rgb(156,125,106); }
H1.HeaderClassName
{
color: #9C7D6A;
}
.AnyTagClassName
{
color: #9C7D6A;
}
</style>
background-color css
<style>
a { background-color: #9C7D6A; }
a { background-color: rgb(156,125,106); }
div.DivClassName
{
background-color: #9C7D6A;
}
.BgClassName
{
background-color: #9C7D6A;
}
</style>
border-color css
<style>
span { border-color: #9C7D6A; }
span { border-color: rgb(156,125,106); }
td.TdClassName
{
border-color: #9C7D6A;
}
.TagClassName
{
border-color: #9C7D6A;
}
</style>