Shades of Teak #9D9156
Tints of Teak #9D9156
RGB
CMYK
RGB Variations
Color information
#9D9156 (or 0x9D9156) is known color: Teak. HEX triplet: 9D, 91 and 56. RGB value is (157,145,86). Sum of RGB (Red+Green+Blue) = 157+145+86=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9156 is #626EA9. Grayscale: #8E8E8E. Windows color (decimal): -6450858 or 5673373. OLE color: 5673373.
HSL color Cylindrical-coordinate representation of color #9D9156: hue angle of 49.86º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D9156 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 86 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.38 |
| HSL | 49.86º | 0.29% | 0.48% | - |
| HSV(B) | 49.86º | 0.45% | 0.62% | - |
| XYZ | 25.71 | 28.09 | 12.87 | - |
| YUV | 141.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 86 | 0 | 0.08 | 0.45 | 0.38 | 49.86 | 0.29 | 0.48 |
| Hex | 9D | 91 | 56 | 0 | 8 | 2D | 26 | 32 | 1D | 30 |
| Octal | 235 | 221 | 126 | 0 | 10 | 55 | 46 | 62 | 35 | 60 |
| Binary | 10011101 | 10010001 | 1010110 | 0 | 1000 | 101101 | 100110 | 110010 | 11101 | 110000 |
Color Harmonies of #9D9156
Complementary color
Monochromatic Colors of #9D9156
Black with #9D9156
Text Example
Text Example
White with #9D9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9156; }
p { color: rgb(157,145,86); }
H1.HeaderClassName
{
color: #9D9156;
}
.AnyTagClassName
{
color: #9D9156;
}
</style>
background-color css
<style>
a { background-color: #9D9156; }
a { background-color: rgb(157,145,86); }
div.DivClassName
{
background-color: #9D9156;
}
.BgClassName
{
background-color: #9D9156;
}
</style>
border-color css
<style>
span { border-color: #9D9156; }
span { border-color: rgb(157,145,86); }
td.TdClassName
{
border-color: #9D9156;
}
.TagClassName
{
border-color: #9D9156;
}
</style>