Shades of Teak #9C9156
Tints of Teak #9C9156
RGB
CMYK
RGB Variations
Color information
#9C9156 (or 0x9C9156) is known color: Teak. HEX triplet: 9C, 91 and 56. RGB value is (156,145,86). Sum of RGB (Red+Green+Blue) = 156+145+86=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9156 is #636EA9. Grayscale: #8D8D8D. Windows color (decimal): -6516394 or 5673372. OLE color: 5673372.
HSL color Cylindrical-coordinate representation of color #9C9156: hue angle of 50.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C9156 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 86 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.39 |
| HSL | 50.57º | 0.29% | 0.47% | - |
| HSV(B) | 50.57º | 0.45% | 0.61% | - |
| XYZ | 25.52 | 27.99 | 12.86 | - |
| YUV | 141.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 86 | 0 | 0.07 | 0.45 | 0.39 | 50.57 | 0.29 | 0.47 |
| Hex | 9C | 91 | 56 | 0 | 7 | 2D | 27 | 33 | 1D | 2F |
| Octal | 234 | 221 | 126 | 0 | 7 | 55 | 47 | 63 | 35 | 57 |
| Binary | 10011100 | 10010001 | 1010110 | 0 | 111 | 101101 | 100111 | 110011 | 11101 | 101111 |
Color Harmonies of #9C9156
Complementary color
Monochromatic Colors of #9C9156
Black with #9C9156
Text Example
Text Example
White with #9C9156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9156; }
p { color: rgb(156,145,86); }
H1.HeaderClassName
{
color: #9C9156;
}
.AnyTagClassName
{
color: #9C9156;
}
</style>
background-color css
<style>
a { background-color: #9C9156; }
a { background-color: rgb(156,145,86); }
div.DivClassName
{
background-color: #9C9156;
}
.BgClassName
{
background-color: #9C9156;
}
</style>
border-color css
<style>
span { border-color: #9C9156; }
span { border-color: rgb(156,145,86); }
td.TdClassName
{
border-color: #9C9156;
}
.TagClassName
{
border-color: #9C9156;
}
</style>