Shades of Teak #9E9055
Tints of Teak #9E9055
RGB
CMYK
RGB Variations
Color information
#9E9055 (or 0x9E9055) is known color: Teak. HEX triplet: 9E, 90 and 55. RGB value is (158,144,85). Sum of RGB (Red+Green+Blue) = 158+144+85=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 85 (33.59% from 255 or 21.96% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9055 is #616FAA. Grayscale: #8D8D8D. Windows color (decimal): -6385579 or 5607582. OLE color: 5607582.
HSL color Cylindrical-coordinate representation of color #9E9055: hue angle of 48.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E9055 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 85 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.38 |
| HSL | 48.49º | 0.3% | 0.48% | - |
| HSV(B) | 48.49º | 0.46% | 0.62% | - |
| XYZ | 25.71 | 27.87 | 12.62 | - |
| YUV | 141.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 85 | 0 | 0.09 | 0.46 | 0.38 | 48.49 | 0.3 | 0.48 |
| Hex | 9E | 90 | 55 | 0 | 9 | 2E | 26 | 30 | 1E | 30 |
| Octal | 236 | 220 | 125 | 0 | 11 | 56 | 46 | 60 | 36 | 60 |
| Binary | 10011110 | 10010000 | 1010101 | 0 | 1001 | 101110 | 100110 | 110000 | 11110 | 110000 |
Color Harmonies of #9E9055
Complementary color
Monochromatic Colors of #9E9055
Black with #9E9055
Text Example
Text Example
White with #9E9055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9055; }
p { color: rgb(158,144,85); }
H1.HeaderClassName
{
color: #9E9055;
}
.AnyTagClassName
{
color: #9E9055;
}
</style>
background-color css
<style>
a { background-color: #9E9055; }
a { background-color: rgb(158,144,85); }
div.DivClassName
{
background-color: #9E9055;
}
.BgClassName
{
background-color: #9E9055;
}
</style>
border-color css
<style>
span { border-color: #9E9055; }
span { border-color: rgb(158,144,85); }
td.TdClassName
{
border-color: #9E9055;
}
.TagClassName
{
border-color: #9E9055;
}
</style>