Shades of Teak #9B8A4F
Tints of Teak #9B8A4F
RGB
CMYK
RGB Variations
Color information
#9B8A4F (or 0x9B8A4F) is known color: Teak. HEX triplet: 9B, 8A and 4F. RGB value is (155,138,79). Sum of RGB (Red+Green+Blue) = 155+138+79=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A4F is #6475B0. Grayscale: #888888. Windows color (decimal): -6583729 or 5212827. OLE color: 5212827.
HSL color Cylindrical-coordinate representation of color #9B8A4F: hue angle of 46.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B8A4F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 79 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.39 |
| HSL | 46.58º | 0.32% | 0.46% | - |
| HSV(B) | 46.58º | 0.49% | 0.61% | - |
| XYZ | 24.02 | 25.71 | 11.09 | - |
| YUV | 136.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 79 | 0 | 0.11 | 0.49 | 0.39 | 46.58 | 0.32 | 0.46 |
| Hex | 9B | 8A | 4F | 0 | B | 31 | 27 | 2F | 20 | 2E |
| Octal | 233 | 212 | 117 | 0 | 13 | 61 | 47 | 57 | 40 | 56 |
| Binary | 10011011 | 10001010 | 1001111 | 0 | 1011 | 110001 | 100111 | 101111 | 100000 | 101110 |
Color Harmonies of #9B8A4F
Complementary color
Monochromatic Colors of #9B8A4F
Black with #9B8A4F
Text Example
Text Example
White with #9B8A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A4F; }
p { color: rgb(155,138,79); }
H1.HeaderClassName
{
color: #9B8A4F;
}
.AnyTagClassName
{
color: #9B8A4F;
}
</style>
background-color css
<style>
a { background-color: #9B8A4F; }
a { background-color: rgb(155,138,79); }
div.DivClassName
{
background-color: #9B8A4F;
}
.BgClassName
{
background-color: #9B8A4F;
}
</style>
border-color css
<style>
span { border-color: #9B8A4F; }
span { border-color: rgb(155,138,79); }
td.TdClassName
{
border-color: #9B8A4F;
}
.TagClassName
{
border-color: #9B8A4F;
}
</style>