Shades of Teak #9E9259
Tints of Teak #9E9259
RGB
CMYK
RGB Variations
Color information
#9E9259 (or 0x9E9259) is known color: Teak. HEX triplet: 9E, 92 and 59. RGB value is (158,146,89). Sum of RGB (Red+Green+Blue) = 158+146+89=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9259 is #616DA6. Grayscale: #8F8F8F. Windows color (decimal): -6385063 or 5870238. OLE color: 5870238.
HSL color Cylindrical-coordinate representation of color #9E9259: hue angle of 49.57º 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 #9E9259 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 89 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.38 |
| HSL | 49.57º | 0.28% | 0.48% | - |
| HSV(B) | 49.57º | 0.44% | 0.62% | - |
| XYZ | 26.18 | 28.55 | 13.58 | - |
| YUV | 143.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 89 | 0 | 0.08 | 0.44 | 0.38 | 49.57 | 0.28 | 0.48 |
| Hex | 9E | 92 | 59 | 0 | 8 | 2C | 26 | 32 | 1C | 30 |
| Octal | 236 | 222 | 131 | 0 | 10 | 54 | 46 | 62 | 34 | 60 |
| Binary | 10011110 | 10010010 | 1011001 | 0 | 1000 | 101100 | 100110 | 110010 | 11100 | 110000 |
Color Harmonies of #9E9259
Complementary color
Monochromatic Colors of #9E9259
Black with #9E9259
Text Example
Text Example
White with #9E9259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9259; }
p { color: rgb(158,146,89); }
H1.HeaderClassName
{
color: #9E9259;
}
.AnyTagClassName
{
color: #9E9259;
}
</style>
background-color css
<style>
a { background-color: #9E9259; }
a { background-color: rgb(158,146,89); }
div.DivClassName
{
background-color: #9E9259;
}
.BgClassName
{
background-color: #9E9259;
}
</style>
border-color css
<style>
span { border-color: #9E9259; }
span { border-color: rgb(158,146,89); }
td.TdClassName
{
border-color: #9E9259;
}
.TagClassName
{
border-color: #9E9259;
}
</style>