Shades of Teak #9F9059
Tints of Teak #9F9059
RGB
CMYK
RGB Variations
Color information
#9F9059 (or 0x9F9059) is known color: Teak. HEX triplet: 9F, 90 and 59. RGB value is (159,144,89). Sum of RGB (Red+Green+Blue) = 159+144+89=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9059 is #606FA6. Grayscale: #8E8E8E. Windows color (decimal): -6320039 or 5869727. OLE color: 5869727.
HSL color Cylindrical-coordinate representation of color #9F9059: hue angle of 47.14º 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 #9F9059 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 89 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.38 |
| HSL | 47.14º | 0.28% | 0.49% | - |
| HSV(B) | 47.14º | 0.44% | 0.62% | - |
| XYZ | 26.07 | 28.04 | 13.49 | - |
| YUV | 142.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 89 | 0 | 0.09 | 0.44 | 0.38 | 47.14 | 0.28 | 0.49 |
| Hex | 9F | 90 | 59 | 0 | 9 | 2C | 26 | 2F | 1C | 31 |
| Octal | 237 | 220 | 131 | 0 | 11 | 54 | 46 | 57 | 34 | 61 |
| Binary | 10011111 | 10010000 | 1011001 | 0 | 1001 | 101100 | 100110 | 101111 | 11100 | 110001 |
Color Harmonies of #9F9059
Complementary color
Monochromatic Colors of #9F9059
Black with #9F9059
Text Example
Text Example
White with #9F9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9059; }
p { color: rgb(159,144,89); }
H1.HeaderClassName
{
color: #9F9059;
}
.AnyTagClassName
{
color: #9F9059;
}
</style>
background-color css
<style>
a { background-color: #9F9059; }
a { background-color: rgb(159,144,89); }
div.DivClassName
{
background-color: #9F9059;
}
.BgClassName
{
background-color: #9F9059;
}
</style>
border-color css
<style>
span { border-color: #9F9059; }
span { border-color: rgb(159,144,89); }
td.TdClassName
{
border-color: #9F9059;
}
.TagClassName
{
border-color: #9F9059;
}
</style>