Shades of Teak #9C8E50
Tints of Teak #9C8E50
RGB
CMYK
RGB Variations
Color information
#9C8E50 (or 0x9C8E50) is known color: Teak. HEX triplet: 9C, 8E and 50. RGB value is (156,142,80). Sum of RGB (Red+Green+Blue) = 156+142+80=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E50 is #6371AF. Grayscale: #8B8B8B. Windows color (decimal): -6517168 or 5279388. OLE color: 5279388.
HSL color Cylindrical-coordinate representation of color #9C8E50: hue angle of 48.95º 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 #9C8E50 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 80 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.39 |
| HSL | 48.95º | 0.32% | 0.46% | - |
| HSV(B) | 48.95º | 0.49% | 0.61% | - |
| XYZ | 24.83 | 26.99 | 11.49 | - |
| YUV | 139.12 | 94.64 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 80 | 0 | 0.09 | 0.49 | 0.39 | 48.95 | 0.32 | 0.46 |
| Hex | 9C | 8E | 50 | 0 | 9 | 31 | 27 | 31 | 20 | 2E |
| Octal | 234 | 216 | 120 | 0 | 11 | 61 | 47 | 61 | 40 | 56 |
| Binary | 10011100 | 10001110 | 1010000 | 0 | 1001 | 110001 | 100111 | 110001 | 100000 | 101110 |
Color Harmonies of #9C8E50
Complementary color
Monochromatic Colors of #9C8E50
Black with #9C8E50
Text Example
Text Example
White with #9C8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E50; }
p { color: rgb(156,142,80); }
H1.HeaderClassName
{
color: #9C8E50;
}
.AnyTagClassName
{
color: #9C8E50;
}
</style>
background-color css
<style>
a { background-color: #9C8E50; }
a { background-color: rgb(156,142,80); }
div.DivClassName
{
background-color: #9C8E50;
}
.BgClassName
{
background-color: #9C8E50;
}
</style>
border-color css
<style>
span { border-color: #9C8E50; }
span { border-color: rgb(156,142,80); }
td.TdClassName
{
border-color: #9C8E50;
}
.TagClassName
{
border-color: #9C8E50;
}
</style>