Shades of Teak #9E8D52
Tints of Teak #9E8D52
RGB
CMYK
RGB Variations
Color information
#9E8D52 (or 0x9E8D52) is known color: Teak. HEX triplet: 9E, 8D and 52. RGB value is (158,141,82). Sum of RGB (Red+Green+Blue) = 158+141+82=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D52 is #6172AD. Grayscale: #8B8B8B. Windows color (decimal): -6386350 or 5410206. OLE color: 5410206.
HSL color Cylindrical-coordinate representation of color #9E8D52: hue angle of 46.58º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E8D52 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 141 | 82 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.38 |
| HSL | 46.58º | 0.32% | 0.47% | - |
| HSV(B) | 46.58º | 0.48% | 0.62% | - |
| XYZ | 25.15 | 26.93 | 11.85 | - |
| YUV | 139.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 82 | 0 | 0.11 | 0.48 | 0.38 | 46.58 | 0.32 | 0.47 |
| Hex | 9E | 8D | 52 | 0 | B | 30 | 26 | 2F | 20 | 2F |
| Octal | 236 | 215 | 122 | 0 | 13 | 60 | 46 | 57 | 40 | 57 |
| Binary | 10011110 | 10001101 | 1010010 | 0 | 1011 | 110000 | 100110 | 101111 | 100000 | 101111 |
Color Harmonies of #9E8D52
Complementary color
Monochromatic Colors of #9E8D52
Black with #9E8D52
Text Example
Text Example
White with #9E8D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8D52; }
p { color: rgb(158,141,82); }
H1.HeaderClassName
{
color: #9E8D52;
}
.AnyTagClassName
{
color: #9E8D52;
}
</style>
background-color css
<style>
a { background-color: #9E8D52; }
a { background-color: rgb(158,141,82); }
div.DivClassName
{
background-color: #9E8D52;
}
.BgClassName
{
background-color: #9E8D52;
}
</style>
border-color css
<style>
span { border-color: #9E8D52; }
span { border-color: rgb(158,141,82); }
td.TdClassName
{
border-color: #9E8D52;
}
.TagClassName
{
border-color: #9E8D52;
}
</style>