Shades of Teak #9F905B
Tints of Teak #9F905B
RGB
CMYK
RGB Variations
Color information
#9F905B (or 0x9F905B) is known color: Teak. HEX triplet: 9F, 90 and 5B. RGB value is (159,144,91). Sum of RGB (Red+Green+Blue) = 159+144+91=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F905B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F905B is #606FA4. Grayscale: #8E8E8E. Windows color (decimal): -6320037 or 6000799. OLE color: 6000799.
HSL color Cylindrical-coordinate representation of color #9F905B: hue angle of 46.76º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F905B is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 91 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.38 |
| HSL | 46.76º | 0.27% | 0.49% | - |
| HSV(B) | 46.76º | 0.43% | 0.62% | - |
| XYZ | 26.16 | 28.07 | 13.94 | - |
| YUV | 142.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 91 | 0 | 0.09 | 0.43 | 0.38 | 46.76 | 0.27 | 0.49 |
| Hex | 9F | 90 | 5B | 0 | 9 | 2B | 26 | 2F | 1B | 31 |
| Octal | 237 | 220 | 133 | 0 | 11 | 53 | 46 | 57 | 33 | 61 |
| Binary | 10011111 | 10010000 | 1011011 | 0 | 1001 | 101011 | 100110 | 101111 | 11011 | 110001 |
Color Harmonies of #9F905B
Complementary color
Monochromatic Colors of #9F905B
Black with #9F905B
Text Example
Text Example
White with #9F905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F905B; }
p { color: rgb(159,144,91); }
H1.HeaderClassName
{
color: #9F905B;
}
.AnyTagClassName
{
color: #9F905B;
}
</style>
background-color css
<style>
a { background-color: #9F905B; }
a { background-color: rgb(159,144,91); }
div.DivClassName
{
background-color: #9F905B;
}
.BgClassName
{
background-color: #9F905B;
}
</style>
border-color css
<style>
span { border-color: #9F905B; }
span { border-color: rgb(159,144,91); }
td.TdClassName
{
border-color: #9F905B;
}
.TagClassName
{
border-color: #9F905B;
}
</style>