Shades of Teak #9F8C5F
Tints of Teak #9F8C5F
RGB
CMYK
RGB Variations
Color information
#9F8C5F (or 0x9F8C5F) is known color: Teak. HEX triplet: 9F, 8C and 5F. RGB value is (159,140,95). Sum of RGB (Red+Green+Blue) = 159+140+95=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8C5F is #6073A0. Grayscale: #8C8C8C. Windows color (decimal): -6321057 or 6261919. OLE color: 6261919.
HSL color Cylindrical-coordinate representation of color #9F8C5F: hue angle of 42.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F8C5F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 95 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.38 |
| HSL | 42.19º | 0.25% | 0.5% | - |
| HSV(B) | 42.19º | 0.4% | 0.62% | - |
| XYZ | 25.74 | 26.95 | 14.67 | - |
| YUV | 140.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 95 | 0 | 0.12 | 0.40 | 0.38 | 42.19 | 0.25 | 0.5 |
| Hex | 9F | 8C | 5F | 0 | C | 28 | 26 | 2A | 19 | 32 |
| Octal | 237 | 214 | 137 | 0 | 14 | 50 | 46 | 52 | 31 | 62 |
| Binary | 10011111 | 10001100 | 1011111 | 0 | 1100 | 101000 | 100110 | 101010 | 11001 | 110010 |
Color Harmonies of #9F8C5F
Complementary color
Monochromatic Colors of #9F8C5F
Black with #9F8C5F
Text Example
Text Example
White with #9F8C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C5F; }
p { color: rgb(159,140,95); }
H1.HeaderClassName
{
color: #9F8C5F;
}
.AnyTagClassName
{
color: #9F8C5F;
}
</style>
background-color css
<style>
a { background-color: #9F8C5F; }
a { background-color: rgb(159,140,95); }
div.DivClassName
{
background-color: #9F8C5F;
}
.BgClassName
{
background-color: #9F8C5F;
}
</style>
border-color css
<style>
span { border-color: #9F8C5F; }
span { border-color: rgb(159,140,95); }
td.TdClassName
{
border-color: #9F8C5F;
}
.TagClassName
{
border-color: #9F8C5F;
}
</style>