Shades of Teak #9E8C5F
Tints of Teak #9E8C5F
RGB
CMYK
RGB Variations
Color information
#9E8C5F (or 0x9E8C5F) is known color: Teak. HEX triplet: 9E, 8C and 5F. RGB value is (158,140,95). Sum of RGB (Red+Green+Blue) = 158+140+95=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C5F is #6173A0. Grayscale: #8C8C8C. Windows color (decimal): -6386593 or 6261918. OLE color: 6261918.
HSL color Cylindrical-coordinate representation of color #9E8C5F: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8C5F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 95 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.38 |
| HSL | 42.86º | 0.25% | 0.5% | - |
| HSV(B) | 42.86º | 0.4% | 0.62% | - |
| XYZ | 25.54 | 26.85 | 14.66 | - |
| YUV | 140.25 | 102.46 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 95 | 0 | 0.11 | 0.40 | 0.38 | 42.86 | 0.25 | 0.5 |
| Hex | 9E | 8C | 5F | 0 | B | 28 | 26 | 2B | 19 | 32 |
| Octal | 236 | 214 | 137 | 0 | 13 | 50 | 46 | 53 | 31 | 62 |
| Binary | 10011110 | 10001100 | 1011111 | 0 | 1011 | 101000 | 100110 | 101011 | 11001 | 110010 |
Color Harmonies of #9E8C5F
Complementary color
Monochromatic Colors of #9E8C5F
Black with #9E8C5F
Text Example
Text Example
White with #9E8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C5F; }
p { color: rgb(158,140,95); }
H1.HeaderClassName
{
color: #9E8C5F;
}
.AnyTagClassName
{
color: #9E8C5F;
}
</style>
background-color css
<style>
a { background-color: #9E8C5F; }
a { background-color: rgb(158,140,95); }
div.DivClassName
{
background-color: #9E8C5F;
}
.BgClassName
{
background-color: #9E8C5F;
}
</style>
border-color css
<style>
span { border-color: #9E8C5F; }
span { border-color: rgb(158,140,95); }
td.TdClassName
{
border-color: #9E8C5F;
}
.TagClassName
{
border-color: #9E8C5F;
}
</style>