Shades of Teak #9E8851
Tints of Teak #9E8851
RGB
CMYK
RGB Variations
Color information
#9E8851 (or 0x9E8851) is known color: Teak. HEX triplet: 9E, 88 and 51. RGB value is (158,136,81). Sum of RGB (Red+Green+Blue) = 158+136+81=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8851 is #6177AE. Grayscale: #888888. Windows color (decimal): -6387631 or 5343390. OLE color: 5343390.
HSL color Cylindrical-coordinate representation of color #9E8851: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E8851 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 81 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.38 |
| HSL | 42.86º | 0.32% | 0.47% | - |
| HSV(B) | 42.86º | 0.49% | 0.62% | - |
| XYZ | 24.39 | 25.47 | 11.42 | - |
| YUV | 136.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 81 | 0 | 0.14 | 0.49 | 0.38 | 42.86 | 0.32 | 0.47 |
| Hex | 9E | 88 | 51 | 0 | E | 31 | 26 | 2B | 20 | 2F |
| Octal | 236 | 210 | 121 | 0 | 16 | 61 | 46 | 53 | 40 | 57 |
| Binary | 10011110 | 10001000 | 1010001 | 0 | 1110 | 110001 | 100110 | 101011 | 100000 | 101111 |
Color Harmonies of #9E8851
Complementary color
Monochromatic Colors of #9E8851
Black with #9E8851
Text Example
Text Example
White with #9E8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8851; }
p { color: rgb(158,136,81); }
H1.HeaderClassName
{
color: #9E8851;
}
.AnyTagClassName
{
color: #9E8851;
}
</style>
background-color css
<style>
a { background-color: #9E8851; }
a { background-color: rgb(158,136,81); }
div.DivClassName
{
background-color: #9E8851;
}
.BgClassName
{
background-color: #9E8851;
}
</style>
border-color css
<style>
span { border-color: #9E8851; }
span { border-color: rgb(158,136,81); }
td.TdClassName
{
border-color: #9E8851;
}
.TagClassName
{
border-color: #9E8851;
}
</style>