Shades of Teak #9F8A4D
Tints of Teak #9F8A4D
RGB
CMYK
RGB Variations
Color information
#9F8A4D (or 0x9F8A4D) is known color: Teak. HEX triplet: 9F, 8A and 4D. RGB value is (159,138,77). Sum of RGB (Red+Green+Blue) = 159+138+77=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A4D is #6075B2. Grayscale: #898989. Windows color (decimal): -6321587 or 5081759. OLE color: 5081759.
HSL color Cylindrical-coordinate representation of color #9F8A4D: hue angle of 44.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F8A4D is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 77 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.38 |
| HSL | 44.63º | 0.35% | 0.46% | - |
| HSV(B) | 44.63º | 0.52% | 0.62% | - |
| XYZ | 24.73 | 26.08 | 10.75 | - |
| YUV | 137.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 77 | 0 | 0.13 | 0.52 | 0.38 | 44.63 | 0.35 | 0.46 |
| Hex | 9F | 8A | 4D | 0 | D | 34 | 26 | 2D | 23 | 2E |
| Octal | 237 | 212 | 115 | 0 | 15 | 64 | 46 | 55 | 43 | 56 |
| Binary | 10011111 | 10001010 | 1001101 | 0 | 1101 | 110100 | 100110 | 101101 | 100011 | 101110 |
Color Harmonies of #9F8A4D
Complementary color
Monochromatic Colors of #9F8A4D
Black with #9F8A4D
Text Example
Text Example
White with #9F8A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A4D; }
p { color: rgb(159,138,77); }
H1.HeaderClassName
{
color: #9F8A4D;
}
.AnyTagClassName
{
color: #9F8A4D;
}
</style>
background-color css
<style>
a { background-color: #9F8A4D; }
a { background-color: rgb(159,138,77); }
div.DivClassName
{
background-color: #9F8A4D;
}
.BgClassName
{
background-color: #9F8A4D;
}
</style>
border-color css
<style>
span { border-color: #9F8A4D; }
span { border-color: rgb(159,138,77); }
td.TdClassName
{
border-color: #9F8A4D;
}
.TagClassName
{
border-color: #9F8A4D;
}
</style>