Shades of Teak #9C8F56
Tints of Teak #9C8F56
RGB
CMYK
RGB Variations
Color information
#9C8F56 (or 0x9C8F56) is known color: Teak. HEX triplet: 9C, 8F and 56. RGB value is (156,143,86). Sum of RGB (Red+Green+Blue) = 156+143+86=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F56 is #6370A9. Grayscale: #8C8C8C. Windows color (decimal): -6516906 or 5672860. OLE color: 5672860.
HSL color Cylindrical-coordinate representation of color #9C8F56: hue angle of 48.86º 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 #9C8F56 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 86 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.39 |
| HSL | 48.86º | 0.29% | 0.47% | - |
| HSV(B) | 48.86º | 0.45% | 0.61% | - |
| XYZ | 25.21 | 27.38 | 12.76 | - |
| YUV | 140.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 86 | 0 | 0.08 | 0.45 | 0.39 | 48.86 | 0.29 | 0.47 |
| Hex | 9C | 8F | 56 | 0 | 8 | 2D | 27 | 31 | 1D | 2F |
| Octal | 234 | 217 | 126 | 0 | 10 | 55 | 47 | 61 | 35 | 57 |
| Binary | 10011100 | 10001111 | 1010110 | 0 | 1000 | 101101 | 100111 | 110001 | 11101 | 101111 |
Color Harmonies of #9C8F56
Complementary color
Monochromatic Colors of #9C8F56
Black with #9C8F56
Text Example
Text Example
White with #9C8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F56; }
p { color: rgb(156,143,86); }
H1.HeaderClassName
{
color: #9C8F56;
}
.AnyTagClassName
{
color: #9C8F56;
}
</style>
background-color css
<style>
a { background-color: #9C8F56; }
a { background-color: rgb(156,143,86); }
div.DivClassName
{
background-color: #9C8F56;
}
.BgClassName
{
background-color: #9C8F56;
}
</style>
border-color css
<style>
span { border-color: #9C8F56; }
span { border-color: rgb(156,143,86); }
td.TdClassName
{
border-color: #9C8F56;
}
.TagClassName
{
border-color: #9C8F56;
}
</style>