Shades of Teak #9D9051
Tints of Teak #9D9051
RGB
CMYK
RGB Variations
Color information
#9D9051 (or 0x9D9051) is known color: Teak. HEX triplet: 9D, 90 and 51. RGB value is (157,144,81). Sum of RGB (Red+Green+Blue) = 157+144+81=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9051 is #626FAE. Grayscale: #8C8C8C. Windows color (decimal): -6451119 or 5345437. OLE color: 5345437.
HSL color Cylindrical-coordinate representation of color #9D9051: hue angle of 49.74º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D9051 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 81 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.38 |
| HSL | 49.74º | 0.32% | 0.47% | - |
| HSV(B) | 49.74º | 0.48% | 0.62% | - |
| XYZ | 25.36 | 27.71 | 11.8 | - |
| YUV | 140.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 81 | 0 | 0.08 | 0.48 | 0.38 | 49.74 | 0.32 | 0.47 |
| Hex | 9D | 90 | 51 | 0 | 8 | 30 | 26 | 32 | 20 | 2F |
| Octal | 235 | 220 | 121 | 0 | 10 | 60 | 46 | 62 | 40 | 57 |
| Binary | 10011101 | 10010000 | 1010001 | 0 | 1000 | 110000 | 100110 | 110010 | 100000 | 101111 |
Color Harmonies of #9D9051
Complementary color
Monochromatic Colors of #9D9051
Black with #9D9051
Text Example
Text Example
White with #9D9051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9051; }
p { color: rgb(157,144,81); }
H1.HeaderClassName
{
color: #9D9051;
}
.AnyTagClassName
{
color: #9D9051;
}
</style>
background-color css
<style>
a { background-color: #9D9051; }
a { background-color: rgb(157,144,81); }
div.DivClassName
{
background-color: #9D9051;
}
.BgClassName
{
background-color: #9D9051;
}
</style>
border-color css
<style>
span { border-color: #9D9051; }
span { border-color: rgb(157,144,81); }
td.TdClassName
{
border-color: #9D9051;
}
.TagClassName
{
border-color: #9D9051;
}
</style>