Shades of Teak #9F8954
Tints of Teak #9F8954
RGB
CMYK
RGB Variations
Color information
#9F8954 (or 0x9F8954) is known color: Teak. HEX triplet: 9F, 89 and 54. RGB value is (159,137,84). Sum of RGB (Red+Green+Blue) = 159+137+84=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8954 is #6076AB. Grayscale: #898989. Windows color (decimal): -6321836 or 5540255. OLE color: 5540255.
HSL color Cylindrical-coordinate representation of color #9F8954: hue angle of 42.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F8954 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 84 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.38 |
| HSL | 42.4º | 0.31% | 0.48% | - |
| HSV(B) | 42.4º | 0.47% | 0.62% | - |
| XYZ | 24.84 | 25.9 | 12.08 | - |
| YUV | 137.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 84 | 0 | 0.14 | 0.47 | 0.38 | 42.4 | 0.31 | 0.48 |
| Hex | 9F | 89 | 54 | 0 | E | 2F | 26 | 2A | 1F | 30 |
| Octal | 237 | 211 | 124 | 0 | 16 | 57 | 46 | 52 | 37 | 60 |
| Binary | 10011111 | 10001001 | 1010100 | 0 | 1110 | 101111 | 100110 | 101010 | 11111 | 110000 |
Color Harmonies of #9F8954
Complementary color
Monochromatic Colors of #9F8954
Black with #9F8954
Text Example
Text Example
White with #9F8954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8954; }
p { color: rgb(159,137,84); }
H1.HeaderClassName
{
color: #9F8954;
}
.AnyTagClassName
{
color: #9F8954;
}
</style>
background-color css
<style>
a { background-color: #9F8954; }
a { background-color: rgb(159,137,84); }
div.DivClassName
{
background-color: #9F8954;
}
.BgClassName
{
background-color: #9F8954;
}
</style>
border-color css
<style>
span { border-color: #9F8954; }
span { border-color: rgb(159,137,84); }
td.TdClassName
{
border-color: #9F8954;
}
.TagClassName
{
border-color: #9F8954;
}
</style>