Shades of Teak #9F9154
Tints of Teak #9F9154
RGB
CMYK
RGB Variations
Color information
#9F9154 (or 0x9F9154) is known color: Teak. HEX triplet: 9F, 91 and 54. RGB value is (159,145,84). Sum of RGB (Red+Green+Blue) = 159+145+84=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9154 is #606EAB. Grayscale: #8E8E8E. Windows color (decimal): -6319788 or 5542303. OLE color: 5542303.
HSL color Cylindrical-coordinate representation of color #9F9154: hue angle of 48.8º 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 #9F9154 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 84 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.38 |
| HSL | 48.8º | 0.31% | 0.48% | - |
| HSV(B) | 48.8º | 0.47% | 0.62% | - |
| XYZ | 26.02 | 28.26 | 12.47 | - |
| YUV | 142.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 84 | 0 | 0.09 | 0.47 | 0.38 | 48.8 | 0.31 | 0.48 |
| Hex | 9F | 91 | 54 | 0 | 9 | 2F | 26 | 31 | 1F | 30 |
| Octal | 237 | 221 | 124 | 0 | 11 | 57 | 46 | 61 | 37 | 60 |
| Binary | 10011111 | 10010001 | 1010100 | 0 | 1001 | 101111 | 100110 | 110001 | 11111 | 110000 |
Color Harmonies of #9F9154
Complementary color
Monochromatic Colors of #9F9154
Black with #9F9154
Text Example
Text Example
White with #9F9154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9154; }
p { color: rgb(159,145,84); }
H1.HeaderClassName
{
color: #9F9154;
}
.AnyTagClassName
{
color: #9F9154;
}
</style>
background-color css
<style>
a { background-color: #9F9154; }
a { background-color: rgb(159,145,84); }
div.DivClassName
{
background-color: #9F9154;
}
.BgClassName
{
background-color: #9F9154;
}
</style>
border-color css
<style>
span { border-color: #9F9154; }
span { border-color: rgb(159,145,84); }
td.TdClassName
{
border-color: #9F9154;
}
.TagClassName
{
border-color: #9F9154;
}
</style>