Shades of Teak #9C8F59
Tints of Teak #9C8F59
RGB
CMYK
RGB Variations
Color information
#9C8F59 (or 0x9C8F59) is known color: Teak. HEX triplet: 9C, 8F and 59. RGB value is (156,143,89). Sum of RGB (Red+Green+Blue) = 156+143+89=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F59 is #6370A6. Grayscale: #8C8C8C. Windows color (decimal): -6516903 or 5869468. OLE color: 5869468.
HSL color Cylindrical-coordinate representation of color #9C8F59: hue angle of 48.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8F59 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 89 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.39 |
| HSL | 48.36º | 0.27% | 0.48% | - |
| HSV(B) | 48.36º | 0.43% | 0.61% | - |
| XYZ | 25.34 | 27.43 | 13.41 | - |
| YUV | 140.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 89 | 0 | 0.08 | 0.43 | 0.39 | 48.36 | 0.27 | 0.48 |
| Hex | 9C | 8F | 59 | 0 | 8 | 2B | 27 | 30 | 1B | 30 |
| Octal | 234 | 217 | 131 | 0 | 10 | 53 | 47 | 60 | 33 | 60 |
| Binary | 10011100 | 10001111 | 1011001 | 0 | 1000 | 101011 | 100111 | 110000 | 11011 | 110000 |
Color Harmonies of #9C8F59
Complementary color
Monochromatic Colors of #9C8F59
Black with #9C8F59
Text Example
Text Example
White with #9C8F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F59; }
p { color: rgb(156,143,89); }
H1.HeaderClassName
{
color: #9C8F59;
}
.AnyTagClassName
{
color: #9C8F59;
}
</style>
background-color css
<style>
a { background-color: #9C8F59; }
a { background-color: rgb(156,143,89); }
div.DivClassName
{
background-color: #9C8F59;
}
.BgClassName
{
background-color: #9C8F59;
}
</style>
border-color css
<style>
span { border-color: #9C8F59; }
span { border-color: rgb(156,143,89); }
td.TdClassName
{
border-color: #9C8F59;
}
.TagClassName
{
border-color: #9C8F59;
}
</style>