Shades of Teak #9C8F54
Tints of Teak #9C8F54
RGB
CMYK
RGB Variations
Color information
#9C8F54 (or 0x9C8F54) is known color: Teak. HEX triplet: 9C, 8F and 54. RGB value is (156,143,84). Sum of RGB (Red+Green+Blue) = 156+143+84=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8F54 is #6370AB. Grayscale: #8C8C8C. Windows color (decimal): -6516908 or 5541788. OLE color: 5541788.
HSL color Cylindrical-coordinate representation of color #9C8F54: hue angle of 49.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C8F54 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 84 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.39 |
| HSL | 49.17º | 0.3% | 0.47% | - |
| HSV(B) | 49.17º | 0.46% | 0.61% | - |
| XYZ | 25.13 | 27.35 | 12.34 | - |
| YUV | 140.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 84 | 0 | 0.08 | 0.46 | 0.39 | 49.17 | 0.3 | 0.47 |
| Hex | 9C | 8F | 54 | 0 | 8 | 2E | 27 | 31 | 1E | 2F |
| Octal | 234 | 217 | 124 | 0 | 10 | 56 | 47 | 61 | 36 | 57 |
| Binary | 10011100 | 10001111 | 1010100 | 0 | 1000 | 101110 | 100111 | 110001 | 11110 | 101111 |
Color Harmonies of #9C8F54
Complementary color
Monochromatic Colors of #9C8F54
Black with #9C8F54
Text Example
Text Example
White with #9C8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F54; }
p { color: rgb(156,143,84); }
H1.HeaderClassName
{
color: #9C8F54;
}
.AnyTagClassName
{
color: #9C8F54;
}
</style>
background-color css
<style>
a { background-color: #9C8F54; }
a { background-color: rgb(156,143,84); }
div.DivClassName
{
background-color: #9C8F54;
}
.BgClassName
{
background-color: #9C8F54;
}
</style>
border-color css
<style>
span { border-color: #9C8F54; }
span { border-color: rgb(156,143,84); }
td.TdClassName
{
border-color: #9C8F54;
}
.TagClassName
{
border-color: #9C8F54;
}
</style>