Shades of Teak #9C8B52
Tints of Teak #9C8B52
RGB
CMYK
RGB Variations
Color information
#9C8B52 (or 0x9C8B52) is known color: Teak. HEX triplet: 9C, 8B and 52. RGB value is (156,139,82). Sum of RGB (Red+Green+Blue) = 156+139+82=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B52 is #6374AD. Grayscale: #898989. Windows color (decimal): -6517934 or 5409692. OLE color: 5409692.
HSL color Cylindrical-coordinate representation of color #9C8B52: hue angle of 46.22º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C8B52 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 82 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.39 |
| HSL | 46.22º | 0.31% | 0.47% | - |
| HSV(B) | 46.22º | 0.47% | 0.61% | - |
| XYZ | 24.47 | 26.14 | 11.74 | - |
| YUV | 137.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 82 | 0 | 0.11 | 0.47 | 0.39 | 46.22 | 0.31 | 0.47 |
| Hex | 9C | 8B | 52 | 0 | B | 2F | 27 | 2E | 1F | 2F |
| Octal | 234 | 213 | 122 | 0 | 13 | 57 | 47 | 56 | 37 | 57 |
| Binary | 10011100 | 10001011 | 1010010 | 0 | 1011 | 101111 | 100111 | 101110 | 11111 | 101111 |
Color Harmonies of #9C8B52
Complementary color
Monochromatic Colors of #9C8B52
Black with #9C8B52
Text Example
Text Example
White with #9C8B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B52; }
p { color: rgb(156,139,82); }
H1.HeaderClassName
{
color: #9C8B52;
}
.AnyTagClassName
{
color: #9C8B52;
}
</style>
background-color css
<style>
a { background-color: #9C8B52; }
a { background-color: rgb(156,139,82); }
div.DivClassName
{
background-color: #9C8B52;
}
.BgClassName
{
background-color: #9C8B52;
}
</style>
border-color css
<style>
span { border-color: #9C8B52; }
span { border-color: rgb(156,139,82); }
td.TdClassName
{
border-color: #9C8B52;
}
.TagClassName
{
border-color: #9C8B52;
}
</style>