Shades of Teak #9F8C5A
Tints of Teak #9F8C5A
RGB
CMYK
RGB Variations
Color information
#9F8C5A (or 0x9F8C5A) is known color: Teak. HEX triplet: 9F, 8C and 5A. RGB value is (159,140,90). Sum of RGB (Red+Green+Blue) = 159+140+90=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C5A is #6073A5. Grayscale: #8C8C8C. Windows color (decimal): -6321062 or 5934239. OLE color: 5934239.
HSL color Cylindrical-coordinate representation of color #9F8C5A: hue angle of 43.48º 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 #9F8C5A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 90 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.38 |
| HSL | 43.48º | 0.28% | 0.49% | - |
| HSV(B) | 43.48º | 0.43% | 0.62% | - |
| XYZ | 25.52 | 26.87 | 13.51 | - |
| YUV | 139.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 90 | 0 | 0.12 | 0.43 | 0.38 | 43.48 | 0.28 | 0.49 |
| Hex | 9F | 8C | 5A | 0 | C | 2B | 26 | 2B | 1C | 31 |
| Octal | 237 | 214 | 132 | 0 | 14 | 53 | 46 | 53 | 34 | 61 |
| Binary | 10011111 | 10001100 | 1011010 | 0 | 1100 | 101011 | 100110 | 101011 | 11100 | 110001 |
Color Harmonies of #9F8C5A
Complementary color
Monochromatic Colors of #9F8C5A
Black with #9F8C5A
Text Example
Text Example
White with #9F8C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C5A; }
p { color: rgb(159,140,90); }
H1.HeaderClassName
{
color: #9F8C5A;
}
.AnyTagClassName
{
color: #9F8C5A;
}
</style>
background-color css
<style>
a { background-color: #9F8C5A; }
a { background-color: rgb(159,140,90); }
div.DivClassName
{
background-color: #9F8C5A;
}
.BgClassName
{
background-color: #9F8C5A;
}
</style>
border-color css
<style>
span { border-color: #9F8C5A; }
span { border-color: rgb(159,140,90); }
td.TdClassName
{
border-color: #9F8C5A;
}
.TagClassName
{
border-color: #9F8C5A;
}
</style>