Shades of Teak #9E895D
Tints of Teak #9E895D
RGB
CMYK
RGB Variations
Color information
#9E895D (or 0x9E895D) is known color: Teak. HEX triplet: 9E, 89 and 5D. RGB value is (158,137,93). Sum of RGB (Red+Green+Blue) = 158+137+93=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E895D is #6176A2. Grayscale: #8A8A8A. Windows color (decimal): -6387363 or 6130078. OLE color: 6130078.
HSL color Cylindrical-coordinate representation of color #9E895D: hue angle of 40.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E895D is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 93 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.38 |
| HSL | 40.62º | 0.26% | 0.49% | - |
| HSV(B) | 40.62º | 0.41% | 0.62% | - |
| XYZ | 25.02 | 25.95 | 14.05 | - |
| YUV | 138.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 93 | 0 | 0.13 | 0.41 | 0.38 | 40.62 | 0.26 | 0.49 |
| Hex | 9E | 89 | 5D | 0 | D | 29 | 26 | 29 | 1A | 31 |
| Octal | 236 | 211 | 135 | 0 | 15 | 51 | 46 | 51 | 32 | 61 |
| Binary | 10011110 | 10001001 | 1011101 | 0 | 1101 | 101001 | 100110 | 101001 | 11010 | 110001 |
Color Harmonies of #9E895D
Complementary color
Monochromatic Colors of #9E895D
Black with #9E895D
Text Example
Text Example
White with #9E895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E895D; }
p { color: rgb(158,137,93); }
H1.HeaderClassName
{
color: #9E895D;
}
.AnyTagClassName
{
color: #9E895D;
}
</style>
background-color css
<style>
a { background-color: #9E895D; }
a { background-color: rgb(158,137,93); }
div.DivClassName
{
background-color: #9E895D;
}
.BgClassName
{
background-color: #9E895D;
}
</style>
border-color css
<style>
span { border-color: #9E895D; }
span { border-color: rgb(158,137,93); }
td.TdClassName
{
border-color: #9E895D;
}
.TagClassName
{
border-color: #9E895D;
}
</style>