Shades of Teak #9C8C5C
Tints of Teak #9C8C5C
RGB
CMYK
RGB Variations
Color information
#9C8C5C (or 0x9C8C5C) is known color: Teak. HEX triplet: 9C, 8C and 5C. RGB value is (156,140,92). Sum of RGB (Red+Green+Blue) = 156+140+92=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C5C is #6373A3. Grayscale: #8B8B8B. Windows color (decimal): -6517668 or 6065308. OLE color: 6065308.
HSL color Cylindrical-coordinate representation of color #9C8C5C: hue angle of 45º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C8C5C is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 140 | 92 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.39 |
| HSL | 45º | 0.26% | 0.49% | - |
| HSV(B) | 45º | 0.41% | 0.61% | - |
| XYZ | 25.02 | 26.6 | 13.94 | - |
| YUV | 139.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 92 | 0 | 0.10 | 0.41 | 0.39 | 45 | 0.26 | 0.49 |
| Hex | 9C | 8C | 5C | 0 | A | 29 | 27 | 2D | 1A | 31 |
| Octal | 234 | 214 | 134 | 0 | 12 | 51 | 47 | 55 | 32 | 61 |
| Binary | 10011100 | 10001100 | 1011100 | 0 | 1010 | 101001 | 100111 | 101101 | 11010 | 110001 |
Color Harmonies of #9C8C5C
Complementary color
Monochromatic Colors of #9C8C5C
Black with #9C8C5C
Text Example
Text Example
White with #9C8C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8C5C; }
p { color: rgb(156,140,92); }
H1.HeaderClassName
{
color: #9C8C5C;
}
.AnyTagClassName
{
color: #9C8C5C;
}
</style>
background-color css
<style>
a { background-color: #9C8C5C; }
a { background-color: rgb(156,140,92); }
div.DivClassName
{
background-color: #9C8C5C;
}
.BgClassName
{
background-color: #9C8C5C;
}
</style>
border-color css
<style>
span { border-color: #9C8C5C; }
span { border-color: rgb(156,140,92); }
td.TdClassName
{
border-color: #9C8C5C;
}
.TagClassName
{
border-color: #9C8C5C;
}
</style>