Shades of Teak #9D8A5A
Tints of Teak #9D8A5A
RGB
CMYK
RGB Variations
Color information
#9D8A5A (or 0x9D8A5A) is known color: Teak. HEX triplet: 9D, 8A and 5A. RGB value is (157,138,90). Sum of RGB (Red+Green+Blue) = 157+138+90=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A5A is #6275A5. Grayscale: #8A8A8A. Windows color (decimal): -6452646 or 5933725. OLE color: 5933725.
HSL color Cylindrical-coordinate representation of color #9D8A5A: hue angle of 42.99º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D8A5A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 90 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.38 |
| HSL | 42.99º | 0.27% | 0.48% | - |
| HSV(B) | 42.99º | 0.43% | 0.62% | - |
| XYZ | 24.84 | 26.08 | 13.4 | - |
| YUV | 138.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 90 | 0 | 0.12 | 0.43 | 0.38 | 42.99 | 0.27 | 0.48 |
| Hex | 9D | 8A | 5A | 0 | C | 2B | 26 | 2B | 1B | 30 |
| Octal | 235 | 212 | 132 | 0 | 14 | 53 | 46 | 53 | 33 | 60 |
| Binary | 10011101 | 10001010 | 1011010 | 0 | 1100 | 101011 | 100110 | 101011 | 11011 | 110000 |
Color Harmonies of #9D8A5A
Complementary color
Monochromatic Colors of #9D8A5A
Black with #9D8A5A
Text Example
Text Example
White with #9D8A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A5A; }
p { color: rgb(157,138,90); }
H1.HeaderClassName
{
color: #9D8A5A;
}
.AnyTagClassName
{
color: #9D8A5A;
}
</style>
background-color css
<style>
a { background-color: #9D8A5A; }
a { background-color: rgb(157,138,90); }
div.DivClassName
{
background-color: #9D8A5A;
}
.BgClassName
{
background-color: #9D8A5A;
}
</style>
border-color css
<style>
span { border-color: #9D8A5A; }
span { border-color: rgb(157,138,90); }
td.TdClassName
{
border-color: #9D8A5A;
}
.TagClassName
{
border-color: #9D8A5A;
}
</style>