Shades of Teak #9F915A
Tints of Teak #9F915A
RGB
CMYK
RGB Variations
Color information
#9F915A (or 0x9F915A) is known color: Teak. HEX triplet: 9F, 91 and 5A. RGB value is (159,145,90). Sum of RGB (Red+Green+Blue) = 159+145+90=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F915A is #606EA5. Grayscale: #8F8F8F. Windows color (decimal): -6319782 or 5935519. OLE color: 5935519.
HSL color Cylindrical-coordinate representation of color #9F915A: hue angle of 47.83º degrees, saturation: 0.28, 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 #9F915A is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 90 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.38 |
| HSL | 47.83º | 0.28% | 0.49% | - |
| HSV(B) | 47.83º | 0.43% | 0.62% | - |
| XYZ | 26.27 | 28.36 | 13.76 | - |
| YUV | 142.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 90 | 0 | 0.09 | 0.43 | 0.38 | 47.83 | 0.28 | 0.49 |
| Hex | 9F | 91 | 5A | 0 | 9 | 2B | 26 | 30 | 1C | 31 |
| Octal | 237 | 221 | 132 | 0 | 11 | 53 | 46 | 60 | 34 | 61 |
| Binary | 10011111 | 10010001 | 1011010 | 0 | 1001 | 101011 | 100110 | 110000 | 11100 | 110001 |
Color Harmonies of #9F915A
Complementary color
Monochromatic Colors of #9F915A
Black with #9F915A
Text Example
Text Example
White with #9F915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F915A; }
p { color: rgb(159,145,90); }
H1.HeaderClassName
{
color: #9F915A;
}
.AnyTagClassName
{
color: #9F915A;
}
</style>
background-color css
<style>
a { background-color: #9F915A; }
a { background-color: rgb(159,145,90); }
div.DivClassName
{
background-color: #9F915A;
}
.BgClassName
{
background-color: #9F915A;
}
</style>
border-color css
<style>
span { border-color: #9F915A; }
span { border-color: rgb(159,145,90); }
td.TdClassName
{
border-color: #9F915A;
}
.TagClassName
{
border-color: #9F915A;
}
</style>