Shades of Teak #9E8D59
Tints of Teak #9E8D59
RGB
CMYK
RGB Variations
Color information
#9E8D59 (or 0x9E8D59) is known color: Teak. HEX triplet: 9E, 8D and 59. RGB value is (158,141,89). Sum of RGB (Red+Green+Blue) = 158+141+89=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D59 is #6172A6. Grayscale: #8C8C8C. Windows color (decimal): -6386343 or 5868958. OLE color: 5868958.
HSL color Cylindrical-coordinate representation of color #9E8D59: hue angle of 45.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E8D59 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 141 | 89 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.38 |
| HSL | 45.22º | 0.28% | 0.48% | - |
| HSV(B) | 45.22º | 0.44% | 0.62% | - |
| XYZ | 25.43 | 27.04 | 13.33 | - |
| YUV | 140.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 89 | 0 | 0.11 | 0.44 | 0.38 | 45.22 | 0.28 | 0.48 |
| Hex | 9E | 8D | 59 | 0 | B | 2C | 26 | 2D | 1C | 30 |
| Octal | 236 | 215 | 131 | 0 | 13 | 54 | 46 | 55 | 34 | 60 |
| Binary | 10011110 | 10001101 | 1011001 | 0 | 1011 | 101100 | 100110 | 101101 | 11100 | 110000 |
Color Harmonies of #9E8D59
Complementary color
Monochromatic Colors of #9E8D59
Black with #9E8D59
Text Example
Text Example
White with #9E8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8D59; }
p { color: rgb(158,141,89); }
H1.HeaderClassName
{
color: #9E8D59;
}
.AnyTagClassName
{
color: #9E8D59;
}
</style>
background-color css
<style>
a { background-color: #9E8D59; }
a { background-color: rgb(158,141,89); }
div.DivClassName
{
background-color: #9E8D59;
}
.BgClassName
{
background-color: #9E8D59;
}
</style>
border-color css
<style>
span { border-color: #9E8D59; }
span { border-color: rgb(158,141,89); }
td.TdClassName
{
border-color: #9E8D59;
}
.TagClassName
{
border-color: #9E8D59;
}
</style>