Shades of Teak #9B8B57
Tints of Teak #9B8B57
RGB
CMYK
RGB Variations
Color information
#9B8B57 (or 0x9B8B57) is known color: Teak. HEX triplet: 9B, 8B and 57. RGB value is (155,139,87). Sum of RGB (Red+Green+Blue) = 155+139+87=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B57 is #6474A8. Grayscale: #8A8A8A. Windows color (decimal): -6583465 or 5737371. OLE color: 5737371.
HSL color Cylindrical-coordinate representation of color #9B8B57: hue angle of 45.88º 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 #9B8B57 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 87 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.39 |
| HSL | 45.88º | 0.28% | 0.47% | - |
| HSV(B) | 45.88º | 0.44% | 0.61% | - |
| XYZ | 24.47 | 26.12 | 12.77 | - |
| YUV | 137.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 87 | 0 | 0.10 | 0.44 | 0.39 | 45.88 | 0.28 | 0.47 |
| Hex | 9B | 8B | 57 | 0 | A | 2C | 27 | 2E | 1C | 2F |
| Octal | 233 | 213 | 127 | 0 | 12 | 54 | 47 | 56 | 34 | 57 |
| Binary | 10011011 | 10001011 | 1010111 | 0 | 1010 | 101100 | 100111 | 101110 | 11100 | 101111 |
Color Harmonies of #9B8B57
Complementary color
Monochromatic Colors of #9B8B57
Black with #9B8B57
Text Example
Text Example
White with #9B8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B57; }
p { color: rgb(155,139,87); }
H1.HeaderClassName
{
color: #9B8B57;
}
.AnyTagClassName
{
color: #9B8B57;
}
</style>
background-color css
<style>
a { background-color: #9B8B57; }
a { background-color: rgb(155,139,87); }
div.DivClassName
{
background-color: #9B8B57;
}
.BgClassName
{
background-color: #9B8B57;
}
</style>
border-color css
<style>
span { border-color: #9B8B57; }
span { border-color: rgb(155,139,87); }
td.TdClassName
{
border-color: #9B8B57;
}
.TagClassName
{
border-color: #9B8B57;
}
</style>