Shades of Medium Wood #9C7B68
Tints of Medium Wood #9C7B68
RGB
CMYK
RGB Variations
Color information
#9C7B68 (or 0x9C7B68) is known color: Medium Wood. HEX triplet: 9C, 7B and 68. RGB value is (156,123,104). Sum of RGB (Red+Green+Blue) = 156+123+104=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7B68 is #638497. Grayscale: #828282. Windows color (decimal): -6522008 or 6847388. OLE color: 6847388.
HSL color Cylindrical-coordinate representation of color #9C7B68: hue angle of 21.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C7B68 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 123 | 104 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.39 |
| HSL | 21.92º | 0.21% | 0.51% | - |
| HSV(B) | 21.92º | 0.33% | 0.61% | - |
| XYZ | 23.29 | 22.23 | 16.16 | - |
| YUV | 130.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 123 | 104 | 0 | 0.21 | 0.33 | 0.39 | 21.92 | 0.21 | 0.51 |
| Hex | 9C | 7B | 68 | 0 | 15 | 21 | 27 | 16 | 15 | 33 |
| Octal | 234 | 173 | 150 | 0 | 25 | 41 | 47 | 26 | 25 | 63 |
| Binary | 10011100 | 1111011 | 1101000 | 0 | 10101 | 100001 | 100111 | 10110 | 10101 | 110011 |
Color Harmonies of #9C7B68
Complementary color
Monochromatic Colors of #9C7B68
Black with #9C7B68
Text Example
Text Example
White with #9C7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7B68; }
p { color: rgb(156,123,104); }
H1.HeaderClassName
{
color: #9C7B68;
}
.AnyTagClassName
{
color: #9C7B68;
}
</style>
background-color css
<style>
a { background-color: #9C7B68; }
a { background-color: rgb(156,123,104); }
div.DivClassName
{
background-color: #9C7B68;
}
.BgClassName
{
background-color: #9C7B68;
}
</style>
border-color css
<style>
span { border-color: #9C7B68; }
span { border-color: rgb(156,123,104); }
td.TdClassName
{
border-color: #9C7B68;
}
.TagClassName
{
border-color: #9C7B68;
}
</style>