Shades of Teak #9D8F54
Tints of Teak #9D8F54
RGB
CMYK
RGB Variations
Color information
#9D8F54 (or 0x9D8F54) is known color: Teak. HEX triplet: 9D, 8F and 54. RGB value is (157,143,84). Sum of RGB (Red+Green+Blue) = 157+143+84=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F54 is #6270AB. Grayscale: #8C8C8C. Windows color (decimal): -6451372 or 5541789. OLE color: 5541789.
HSL color Cylindrical-coordinate representation of color #9D8F54: hue angle of 48.49º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D8F54 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 84 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.38 |
| HSL | 48.49º | 0.3% | 0.47% | - |
| HSV(B) | 48.49º | 0.46% | 0.62% | - |
| XYZ | 25.33 | 27.45 | 12.35 | - |
| YUV | 140.46 | 96.14 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 84 | 0 | 0.09 | 0.46 | 0.38 | 48.49 | 0.3 | 0.47 |
| Hex | 9D | 8F | 54 | 0 | 9 | 2E | 26 | 30 | 1E | 2F |
| Octal | 235 | 217 | 124 | 0 | 11 | 56 | 46 | 60 | 36 | 57 |
| Binary | 10011101 | 10001111 | 1010100 | 0 | 1001 | 101110 | 100110 | 110000 | 11110 | 101111 |
Color Harmonies of #9D8F54
Complementary color
Monochromatic Colors of #9D8F54
Black with #9D8F54
Text Example
Text Example
White with #9D8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F54; }
p { color: rgb(157,143,84); }
H1.HeaderClassName
{
color: #9D8F54;
}
.AnyTagClassName
{
color: #9D8F54;
}
</style>
background-color css
<style>
a { background-color: #9D8F54; }
a { background-color: rgb(157,143,84); }
div.DivClassName
{
background-color: #9D8F54;
}
.BgClassName
{
background-color: #9D8F54;
}
</style>
border-color css
<style>
span { border-color: #9D8F54; }
span { border-color: rgb(157,143,84); }
td.TdClassName
{
border-color: #9D8F54;
}
.TagClassName
{
border-color: #9D8F54;
}
</style>