Shades of Teak #9F8A59
Tints of Teak #9F8A59
RGB
CMYK
RGB Variations
Color information
#9F8A59 (or 0x9F8A59) is known color: Teak. HEX triplet: 9F, 8A and 59. RGB value is (159,138,89). Sum of RGB (Red+Green+Blue) = 159+138+89=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A59 is #6075A6. Grayscale: #8A8A8A. Windows color (decimal): -6321575 or 5868191. OLE color: 5868191.
HSL color Cylindrical-coordinate representation of color #9F8A59: hue angle of 42º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F8A59 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 89 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.38 |
| HSL | 42º | 0.28% | 0.49% | - |
| HSV(B) | 42º | 0.44% | 0.62% | - |
| XYZ | 25.19 | 26.27 | 13.19 | - |
| YUV | 138.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 89 | 0 | 0.13 | 0.44 | 0.38 | 42 | 0.28 | 0.49 |
| Hex | 9F | 8A | 59 | 0 | D | 2C | 26 | 2A | 1C | 31 |
| Octal | 237 | 212 | 131 | 0 | 15 | 54 | 46 | 52 | 34 | 61 |
| Binary | 10011111 | 10001010 | 1011001 | 0 | 1101 | 101100 | 100110 | 101010 | 11100 | 110001 |
Color Harmonies of #9F8A59
Complementary color
Monochromatic Colors of #9F8A59
Black with #9F8A59
Text Example
Text Example
White with #9F8A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A59; }
p { color: rgb(159,138,89); }
H1.HeaderClassName
{
color: #9F8A59;
}
.AnyTagClassName
{
color: #9F8A59;
}
</style>
background-color css
<style>
a { background-color: #9F8A59; }
a { background-color: rgb(159,138,89); }
div.DivClassName
{
background-color: #9F8A59;
}
.BgClassName
{
background-color: #9F8A59;
}
</style>
border-color css
<style>
span { border-color: #9F8A59; }
span { border-color: rgb(159,138,89); }
td.TdClassName
{
border-color: #9F8A59;
}
.TagClassName
{
border-color: #9F8A59;
}
</style>