Shades of Teak #9F9259
Tints of Teak #9F9259
RGB
CMYK
RGB Variations
Color information
#9F9259 (or 0x9F9259) is known color: Teak. HEX triplet: 9F, 92 and 59. RGB value is (159,146,89). Sum of RGB (Red+Green+Blue) = 159+146+89=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9259 is #606DA6. Grayscale: #8F8F8F. Windows color (decimal): -6319527 or 5870239. OLE color: 5870239.
HSL color Cylindrical-coordinate representation of color #9F9259: hue angle of 48.86º 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 #9F9259 is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 89 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.38 |
| HSL | 48.86º | 0.28% | 0.49% | - |
| HSV(B) | 48.86º | 0.44% | 0.62% | - |
| XYZ | 26.38 | 28.65 | 13.59 | - |
| YUV | 143.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 89 | 0 | 0.08 | 0.44 | 0.38 | 48.86 | 0.28 | 0.49 |
| Hex | 9F | 92 | 59 | 0 | 8 | 2C | 26 | 31 | 1C | 31 |
| Octal | 237 | 222 | 131 | 0 | 10 | 54 | 46 | 61 | 34 | 61 |
| Binary | 10011111 | 10010010 | 1011001 | 0 | 1000 | 101100 | 100110 | 110001 | 11100 | 110001 |
Color Harmonies of #9F9259
Complementary color
Monochromatic Colors of #9F9259
Black with #9F9259
Text Example
Text Example
White with #9F9259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9259; }
p { color: rgb(159,146,89); }
H1.HeaderClassName
{
color: #9F9259;
}
.AnyTagClassName
{
color: #9F9259;
}
</style>
background-color css
<style>
a { background-color: #9F9259; }
a { background-color: rgb(159,146,89); }
div.DivClassName
{
background-color: #9F9259;
}
.BgClassName
{
background-color: #9F9259;
}
</style>
border-color css
<style>
span { border-color: #9F9259; }
span { border-color: rgb(159,146,89); }
td.TdClassName
{
border-color: #9F9259;
}
.TagClassName
{
border-color: #9F9259;
}
</style>