Shades of Teak #9E8D54
Tints of Teak #9E8D54
RGB
CMYK
RGB Variations
Color information
#9E8D54 (or 0x9E8D54) is known color: Teak. HEX triplet: 9E, 8D and 54. RGB value is (158,141,84). Sum of RGB (Red+Green+Blue) = 158+141+84=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D54 is #6172AB. Grayscale: #8B8B8B. Windows color (decimal): -6386348 or 5541278. OLE color: 5541278.
HSL color Cylindrical-coordinate representation of color #9E8D54: hue angle of 46.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E8D54 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 141 | 84 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.38 |
| HSL | 46.22º | 0.31% | 0.47% | - |
| HSV(B) | 46.22º | 0.47% | 0.62% | - |
| XYZ | 25.23 | 26.96 | 12.26 | - |
| YUV | 139.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 84 | 0 | 0.11 | 0.47 | 0.38 | 46.22 | 0.31 | 0.47 |
| Hex | 9E | 8D | 54 | 0 | B | 2F | 26 | 2E | 1F | 2F |
| Octal | 236 | 215 | 124 | 0 | 13 | 57 | 46 | 56 | 37 | 57 |
| Binary | 10011110 | 10001101 | 1010100 | 0 | 1011 | 101111 | 100110 | 101110 | 11111 | 101111 |
Color Harmonies of #9E8D54
Complementary color
Monochromatic Colors of #9E8D54
Black with #9E8D54
Text Example
Text Example
White with #9E8D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8D54; }
p { color: rgb(158,141,84); }
H1.HeaderClassName
{
color: #9E8D54;
}
.AnyTagClassName
{
color: #9E8D54;
}
</style>
background-color css
<style>
a { background-color: #9E8D54; }
a { background-color: rgb(158,141,84); }
div.DivClassName
{
background-color: #9E8D54;
}
.BgClassName
{
background-color: #9E8D54;
}
</style>
border-color css
<style>
span { border-color: #9E8D54; }
span { border-color: rgb(158,141,84); }
td.TdClassName
{
border-color: #9E8D54;
}
.TagClassName
{
border-color: #9E8D54;
}
</style>