Shades of Teak #9B8C57
Tints of Teak #9B8C57
RGB
CMYK
RGB Variations
Color information
#9B8C57 (or 0x9B8C57) is known color: Teak. HEX triplet: 9B, 8C and 57. RGB value is (155,140,87). Sum of RGB (Red+Green+Blue) = 155+140+87=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C57 is #6473A8. Grayscale: #8A8A8A. Windows color (decimal): -6583209 or 5737627. OLE color: 5737627.
HSL color Cylindrical-coordinate representation of color #9B8C57: hue angle of 46.76º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8C57 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 87 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.39 |
| HSL | 46.76º | 0.28% | 0.47% | - |
| HSV(B) | 46.76º | 0.44% | 0.61% | - |
| XYZ | 24.62 | 26.41 | 12.82 | - |
| YUV | 138.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 87 | 0 | 0.10 | 0.44 | 0.39 | 46.76 | 0.28 | 0.47 |
| Hex | 9B | 8C | 57 | 0 | A | 2C | 27 | 2F | 1C | 2F |
| Octal | 233 | 214 | 127 | 0 | 12 | 54 | 47 | 57 | 34 | 57 |
| Binary | 10011011 | 10001100 | 1010111 | 0 | 1010 | 101100 | 100111 | 101111 | 11100 | 101111 |
Color Harmonies of #9B8C57
Complementary color
Monochromatic Colors of #9B8C57
Black with #9B8C57
Text Example
Text Example
White with #9B8C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C57; }
p { color: rgb(155,140,87); }
H1.HeaderClassName
{
color: #9B8C57;
}
.AnyTagClassName
{
color: #9B8C57;
}
</style>
background-color css
<style>
a { background-color: #9B8C57; }
a { background-color: rgb(155,140,87); }
div.DivClassName
{
background-color: #9B8C57;
}
.BgClassName
{
background-color: #9B8C57;
}
</style>
border-color css
<style>
span { border-color: #9B8C57; }
span { border-color: rgb(155,140,87); }
td.TdClassName
{
border-color: #9B8C57;
}
.TagClassName
{
border-color: #9B8C57;
}
</style>