Shades of Teak #9F8B5D
Tints of Teak #9F8B5D
RGB
CMYK
RGB Variations
Color information
#9F8B5D (or 0x9F8B5D) is known color: Teak. HEX triplet: 9F, 8B and 5D. RGB value is (159,139,93). Sum of RGB (Red+Green+Blue) = 159+139+93=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8B5D is #6074A2. Grayscale: #8B8B8B. Windows color (decimal): -6321315 or 6130591. OLE color: 6130591.
HSL color Cylindrical-coordinate representation of color #9F8B5D: hue angle of 41.82º degrees, saturation: 0.26, 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 #9F8B5D is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 139 | 93 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.38 |
| HSL | 41.82º | 0.26% | 0.49% | - |
| HSV(B) | 41.82º | 0.42% | 0.62% | - |
| XYZ | 25.51 | 26.63 | 14.15 | - |
| YUV | 139.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 93 | 0 | 0.13 | 0.42 | 0.38 | 41.82 | 0.26 | 0.49 |
| Hex | 9F | 8B | 5D | 0 | D | 2A | 26 | 2A | 1A | 31 |
| Octal | 237 | 213 | 135 | 0 | 15 | 52 | 46 | 52 | 32 | 61 |
| Binary | 10011111 | 10001011 | 1011101 | 0 | 1101 | 101010 | 100110 | 101010 | 11010 | 110001 |
Color Harmonies of #9F8B5D
Complementary color
Monochromatic Colors of #9F8B5D
Black with #9F8B5D
Text Example
Text Example
White with #9F8B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8B5D; }
p { color: rgb(159,139,93); }
H1.HeaderClassName
{
color: #9F8B5D;
}
.AnyTagClassName
{
color: #9F8B5D;
}
</style>
background-color css
<style>
a { background-color: #9F8B5D; }
a { background-color: rgb(159,139,93); }
div.DivClassName
{
background-color: #9F8B5D;
}
.BgClassName
{
background-color: #9F8B5D;
}
</style>
border-color css
<style>
span { border-color: #9F8B5D; }
span { border-color: rgb(159,139,93); }
td.TdClassName
{
border-color: #9F8B5D;
}
.TagClassName
{
border-color: #9F8B5D;
}
</style>