Shades of Teak #9F9359
Tints of Teak #9F9359
RGB
CMYK
RGB Variations
Color information
#9F9359 (or 0x9F9359) is known color: Teak. HEX triplet: 9F, 93 and 59. RGB value is (159,147,89). Sum of RGB (Red+Green+Blue) = 159+147+89=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9359 is #606CA6. Grayscale: #909090. Windows color (decimal): -6319271 or 5870495. OLE color: 5870495.
HSL color Cylindrical-coordinate representation of color #9F9359: hue angle of 49.71º 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 #9F9359 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 89 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.38 |
| HSL | 49.71º | 0.28% | 0.49% | - |
| HSV(B) | 49.71º | 0.44% | 0.62% | - |
| XYZ | 26.53 | 28.96 | 13.64 | - |
| YUV | 143.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 89 | 0 | 0.08 | 0.44 | 0.38 | 49.71 | 0.28 | 0.49 |
| Hex | 9F | 93 | 59 | 0 | 8 | 2C | 26 | 32 | 1C | 31 |
| Octal | 237 | 223 | 131 | 0 | 10 | 54 | 46 | 62 | 34 | 61 |
| Binary | 10011111 | 10010011 | 1011001 | 0 | 1000 | 101100 | 100110 | 110010 | 11100 | 110001 |
Color Harmonies of #9F9359
Complementary color
Monochromatic Colors of #9F9359
Black with #9F9359
Text Example
Text Example
White with #9F9359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9359; }
p { color: rgb(159,147,89); }
H1.HeaderClassName
{
color: #9F9359;
}
.AnyTagClassName
{
color: #9F9359;
}
</style>
background-color css
<style>
a { background-color: #9F9359; }
a { background-color: rgb(159,147,89); }
div.DivClassName
{
background-color: #9F9359;
}
.BgClassName
{
background-color: #9F9359;
}
</style>
border-color css
<style>
span { border-color: #9F9359; }
span { border-color: rgb(159,147,89); }
td.TdClassName
{
border-color: #9F9359;
}
.TagClassName
{
border-color: #9F9359;
}
</style>