Shades of Teak #9D8A4F
Tints of Teak #9D8A4F
RGB
CMYK
RGB Variations
Color information
#9D8A4F (or 0x9D8A4F) is known color: Teak. HEX triplet: 9D, 8A and 4F. RGB value is (157,138,79). Sum of RGB (Red+Green+Blue) = 157+138+79=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A4F is #6275B0. Grayscale: #898989. Windows color (decimal): -6452657 or 5212829. OLE color: 5212829.
HSL color Cylindrical-coordinate representation of color #9D8A4F: hue angle of 45.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D8A4F is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 79 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.38 |
| HSL | 45.38º | 0.33% | 0.46% | - |
| HSV(B) | 45.38º | 0.5% | 0.62% | - |
| XYZ | 24.4 | 25.91 | 11.11 | - |
| YUV | 136.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 79 | 0 | 0.12 | 0.50 | 0.38 | 45.38 | 0.33 | 0.46 |
| Hex | 9D | 8A | 4F | 0 | C | 32 | 26 | 2D | 21 | 2E |
| Octal | 235 | 212 | 117 | 0 | 14 | 62 | 46 | 55 | 41 | 56 |
| Binary | 10011101 | 10001010 | 1001111 | 0 | 1100 | 110010 | 100110 | 101101 | 100001 | 101110 |
Color Harmonies of #9D8A4F
Complementary color
Monochromatic Colors of #9D8A4F
Black with #9D8A4F
Text Example
Text Example
White with #9D8A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A4F; }
p { color: rgb(157,138,79); }
H1.HeaderClassName
{
color: #9D8A4F;
}
.AnyTagClassName
{
color: #9D8A4F;
}
</style>
background-color css
<style>
a { background-color: #9D8A4F; }
a { background-color: rgb(157,138,79); }
div.DivClassName
{
background-color: #9D8A4F;
}
.BgClassName
{
background-color: #9D8A4F;
}
</style>
border-color css
<style>
span { border-color: #9D8A4F; }
span { border-color: rgb(157,138,79); }
td.TdClassName
{
border-color: #9D8A4F;
}
.TagClassName
{
border-color: #9D8A4F;
}
</style>