Shades of Teak #9E905B
Tints of Teak #9E905B
RGB
CMYK
RGB Variations
Color information
#9E905B (or 0x9E905B) is known color: Teak. HEX triplet: 9E, 90 and 5B. RGB value is (158,144,91). Sum of RGB (Red+Green+Blue) = 158+144+91=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E905B is #616FA4. Grayscale: #8E8E8E. Windows color (decimal): -6385573 or 6000798. OLE color: 6000798.
HSL color Cylindrical-coordinate representation of color #9E905B: hue angle of 47.46º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E905B is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 91 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.38 |
| HSL | 47.46º | 0.27% | 0.49% | - |
| HSV(B) | 47.46º | 0.42% | 0.62% | - |
| XYZ | 25.96 | 27.97 | 13.93 | - |
| YUV | 142.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 91 | 0 | 0.09 | 0.42 | 0.38 | 47.46 | 0.27 | 0.49 |
| Hex | 9E | 90 | 5B | 0 | 9 | 2A | 26 | 2F | 1B | 31 |
| Octal | 236 | 220 | 133 | 0 | 11 | 52 | 46 | 57 | 33 | 61 |
| Binary | 10011110 | 10010000 | 1011011 | 0 | 1001 | 101010 | 100110 | 101111 | 11011 | 110001 |
Color Harmonies of #9E905B
Complementary color
Monochromatic Colors of #9E905B
Black with #9E905B
Text Example
Text Example
White with #9E905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E905B; }
p { color: rgb(158,144,91); }
H1.HeaderClassName
{
color: #9E905B;
}
.AnyTagClassName
{
color: #9E905B;
}
</style>
background-color css
<style>
a { background-color: #9E905B; }
a { background-color: rgb(158,144,91); }
div.DivClassName
{
background-color: #9E905B;
}
.BgClassName
{
background-color: #9E905B;
}
</style>
border-color css
<style>
span { border-color: #9E905B; }
span { border-color: rgb(158,144,91); }
td.TdClassName
{
border-color: #9E905B;
}
.TagClassName
{
border-color: #9E905B;
}
</style>