Shades of Teak #9E8E56
Tints of Teak #9E8E56
RGB
CMYK
RGB Variations
Color information
#9E8E56 (or 0x9E8E56) is known color: Teak. HEX triplet: 9E, 8E and 56. RGB value is (158,142,86). Sum of RGB (Red+Green+Blue) = 158+142+86=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8E56 is #6171A9. Grayscale: #8C8C8C. Windows color (decimal): -6386090 or 5672606. OLE color: 5672606.
HSL color Cylindrical-coordinate representation of color #9E8E56: hue angle of 46.67º 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 #9E8E56 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 142 | 86 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.38 |
| HSL | 46.67º | 0.3% | 0.48% | - |
| HSV(B) | 46.67º | 0.46% | 0.62% | - |
| XYZ | 25.45 | 27.29 | 12.73 | - |
| YUV | 140.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 86 | 0 | 0.10 | 0.46 | 0.38 | 46.67 | 0.3 | 0.48 |
| Hex | 9E | 8E | 56 | 0 | A | 2E | 26 | 2F | 1E | 30 |
| Octal | 236 | 216 | 126 | 0 | 12 | 56 | 46 | 57 | 36 | 60 |
| Binary | 10011110 | 10001110 | 1010110 | 0 | 1010 | 101110 | 100110 | 101111 | 11110 | 110000 |
Color Harmonies of #9E8E56
Complementary color
Monochromatic Colors of #9E8E56
Black with #9E8E56
Text Example
Text Example
White with #9E8E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8E56; }
p { color: rgb(158,142,86); }
H1.HeaderClassName
{
color: #9E8E56;
}
.AnyTagClassName
{
color: #9E8E56;
}
</style>
background-color css
<style>
a { background-color: #9E8E56; }
a { background-color: rgb(158,142,86); }
div.DivClassName
{
background-color: #9E8E56;
}
.BgClassName
{
background-color: #9E8E56;
}
</style>
border-color css
<style>
span { border-color: #9E8E56; }
span { border-color: rgb(158,142,86); }
td.TdClassName
{
border-color: #9E8E56;
}
.TagClassName
{
border-color: #9E8E56;
}
</style>