Shades of Teak #9D8E59
Tints of Teak #9D8E59
RGB
CMYK
RGB Variations
Color information
#9D8E59 (or 0x9D8E59) is known color: Teak. HEX triplet: 9D, 8E and 59. RGB value is (157,142,89). Sum of RGB (Red+Green+Blue) = 157+142+89=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8E59 is #6271A6. Grayscale: #8C8C8C. Windows color (decimal): -6451623 or 5869213. OLE color: 5869213.
HSL color Cylindrical-coordinate representation of color #9D8E59: hue angle of 46.76º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D8E59 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 142 | 89 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.38 |
| HSL | 46.76º | 0.28% | 0.48% | - |
| HSV(B) | 46.76º | 0.43% | 0.62% | - |
| XYZ | 25.38 | 27.24 | 13.37 | - |
| YUV | 140.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 89 | 0 | 0.10 | 0.43 | 0.38 | 46.76 | 0.28 | 0.48 |
| Hex | 9D | 8E | 59 | 0 | A | 2B | 26 | 2F | 1C | 30 |
| Octal | 235 | 216 | 131 | 0 | 12 | 53 | 46 | 57 | 34 | 60 |
| Binary | 10011101 | 10001110 | 1011001 | 0 | 1010 | 101011 | 100110 | 101111 | 11100 | 110000 |
Color Harmonies of #9D8E59
Complementary color
Monochromatic Colors of #9D8E59
Black with #9D8E59
Text Example
Text Example
White with #9D8E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8E59; }
p { color: rgb(157,142,89); }
H1.HeaderClassName
{
color: #9D8E59;
}
.AnyTagClassName
{
color: #9D8E59;
}
</style>
background-color css
<style>
a { background-color: #9D8E59; }
a { background-color: rgb(157,142,89); }
div.DivClassName
{
background-color: #9D8E59;
}
.BgClassName
{
background-color: #9D8E59;
}
</style>
border-color css
<style>
span { border-color: #9D8E59; }
span { border-color: rgb(157,142,89); }
td.TdClassName
{
border-color: #9D8E59;
}
.TagClassName
{
border-color: #9D8E59;
}
</style>