Shades of Teak #9B8E52
Tints of Teak #9B8E52
RGB
CMYK
RGB Variations
Color information
#9B8E52 (or 0x9B8E52) is known color: Teak. HEX triplet: 9B, 8E and 52. RGB value is (155,142,82). Sum of RGB (Red+Green+Blue) = 155+142+82=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E52 is #6471AD. Grayscale: #8B8B8B. Windows color (decimal): -6582702 or 5410459. OLE color: 5410459.
HSL color Cylindrical-coordinate representation of color #9B8E52: hue angle of 49.32º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B8E52 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 82 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.39 |
| HSL | 49.32º | 0.31% | 0.46% | - |
| HSV(B) | 49.32º | 0.47% | 0.61% | - |
| XYZ | 24.71 | 26.92 | 11.88 | - |
| YUV | 139.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 82 | 0 | 0.08 | 0.47 | 0.39 | 49.32 | 0.31 | 0.46 |
| Hex | 9B | 8E | 52 | 0 | 8 | 2F | 27 | 31 | 1F | 2E |
| Octal | 233 | 216 | 122 | 0 | 10 | 57 | 47 | 61 | 37 | 56 |
| Binary | 10011011 | 10001110 | 1010010 | 0 | 1000 | 101111 | 100111 | 110001 | 11111 | 101110 |
Color Harmonies of #9B8E52
Complementary color
Monochromatic Colors of #9B8E52
Black with #9B8E52
Text Example
Text Example
White with #9B8E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E52; }
p { color: rgb(155,142,82); }
H1.HeaderClassName
{
color: #9B8E52;
}
.AnyTagClassName
{
color: #9B8E52;
}
</style>
background-color css
<style>
a { background-color: #9B8E52; }
a { background-color: rgb(155,142,82); }
div.DivClassName
{
background-color: #9B8E52;
}
.BgClassName
{
background-color: #9B8E52;
}
</style>
border-color css
<style>
span { border-color: #9B8E52; }
span { border-color: rgb(155,142,82); }
td.TdClassName
{
border-color: #9B8E52;
}
.TagClassName
{
border-color: #9B8E52;
}
</style>