Shades of Teak #9E8C59
Tints of Teak #9E8C59
RGB
CMYK
RGB Variations
Color information
#9E8C59 (or 0x9E8C59) is known color: Teak. HEX triplet: 9E, 8C and 59. RGB value is (158,140,89). Sum of RGB (Red+Green+Blue) = 158+140+89=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C59 is #6173A6. Grayscale: #8B8B8B. Windows color (decimal): -6386599 or 5868702. OLE color: 5868702.
HSL color Cylindrical-coordinate representation of color #9E8C59: hue angle of 44.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E8C59 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 89 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.38 |
| HSL | 44.35º | 0.28% | 0.48% | - |
| HSV(B) | 44.35º | 0.44% | 0.62% | - |
| XYZ | 25.28 | 26.75 | 13.28 | - |
| YUV | 139.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 89 | 0 | 0.11 | 0.44 | 0.38 | 44.35 | 0.28 | 0.48 |
| Hex | 9E | 8C | 59 | 0 | B | 2C | 26 | 2C | 1C | 30 |
| Octal | 236 | 214 | 131 | 0 | 13 | 54 | 46 | 54 | 34 | 60 |
| Binary | 10011110 | 10001100 | 1011001 | 0 | 1011 | 101100 | 100110 | 101100 | 11100 | 110000 |
Color Harmonies of #9E8C59
Complementary color
Monochromatic Colors of #9E8C59
Black with #9E8C59
Text Example
Text Example
White with #9E8C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C59; }
p { color: rgb(158,140,89); }
H1.HeaderClassName
{
color: #9E8C59;
}
.AnyTagClassName
{
color: #9E8C59;
}
</style>
background-color css
<style>
a { background-color: #9E8C59; }
a { background-color: rgb(158,140,89); }
div.DivClassName
{
background-color: #9E8C59;
}
.BgClassName
{
background-color: #9E8C59;
}
</style>
border-color css
<style>
span { border-color: #9E8C59; }
span { border-color: rgb(158,140,89); }
td.TdClassName
{
border-color: #9E8C59;
}
.TagClassName
{
border-color: #9E8C59;
}
</style>