Shades of Teak #9B8C51
Tints of Teak #9B8C51
RGB
CMYK
RGB Variations
Color information
#9B8C51 (or 0x9B8C51) is known color: Teak. HEX triplet: 9B, 8C and 51. RGB value is (155,140,81). Sum of RGB (Red+Green+Blue) = 155+140+81=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C51 is #6473AE. Grayscale: #8A8A8A. Windows color (decimal): -6583215 or 5344411. OLE color: 5344411.
HSL color Cylindrical-coordinate representation of color #9B8C51: hue angle of 47.84º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B8C51 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 81 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.39 |
| HSL | 47.84º | 0.31% | 0.46% | - |
| HSV(B) | 47.84º | 0.48% | 0.61% | - |
| XYZ | 24.38 | 26.32 | 11.58 | - |
| YUV | 137.76 | 95.97 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 81 | 0 | 0.10 | 0.48 | 0.39 | 47.84 | 0.31 | 0.46 |
| Hex | 9B | 8C | 51 | 0 | A | 30 | 27 | 30 | 1F | 2E |
| Octal | 233 | 214 | 121 | 0 | 12 | 60 | 47 | 60 | 37 | 56 |
| Binary | 10011011 | 10001100 | 1010001 | 0 | 1010 | 110000 | 100111 | 110000 | 11111 | 101110 |
Color Harmonies of #9B8C51
Complementary color
Monochromatic Colors of #9B8C51
Black with #9B8C51
Text Example
Text Example
White with #9B8C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C51; }
p { color: rgb(155,140,81); }
H1.HeaderClassName
{
color: #9B8C51;
}
.AnyTagClassName
{
color: #9B8C51;
}
</style>
background-color css
<style>
a { background-color: #9B8C51; }
a { background-color: rgb(155,140,81); }
div.DivClassName
{
background-color: #9B8C51;
}
.BgClassName
{
background-color: #9B8C51;
}
</style>
border-color css
<style>
span { border-color: #9B8C51; }
span { border-color: rgb(155,140,81); }
td.TdClassName
{
border-color: #9B8C51;
}
.TagClassName
{
border-color: #9B8C51;
}
</style>