#9C8E59

Color #9C8E59 Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #9C8E59

Tints of Teak #9C8E59

Color information

#9C8E59 (or 0x9C8E59) is unknown color: approx Teak. HEX triplet: 9C, 8E and 59. RGB value is (156,142,89). Sum of RGB (Red+Green+Blue) = 156+142+89=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E59 is #6371A6. Grayscale: #8C8C8C. Windows color (decimal): -6517159 or 5869212. OLE color: 5869212.

HSL color Cylindrical-coordinate representation of color #9C8E59: hue angle of 47.46º 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 #9C8E59 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB15614289-
CMYK00.090.430.39
HSL47.46º27.35%48.04%-
HSV(B)47.46º42.95%61.18%-
XYZ25.1927.1413.36-
YUV140.1499.14139.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 40.31%
GREEN value IS 142 (55.86% from 255) = 36.69%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=40.31%
G=36.69%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561428900.090.430.3947.4627.3548.04
Hex9C8E59092B272f1b30
Octal2342161310115347573360
Binary100111001000111010110010100110101110011110111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C8E59; }

 p { color: rgb(156,142,89); }

 H1.HeaderClassName
 {
   color: #9C8E59;
 }
 .AnyTagClassName
 {
   color: #9C8E59;
 }
</style>
background-color css

<style>
 a { background-color: #9C8E59; }

 a { background-color: rgb(156,142,89); }

 div.DivClassName
 {
   background-color: #9C8E59;
 }
 .BgClassName
 {
   background-color: #9C8E59;
 }
</style>
border-color css

<style>
 span { border-color: #9C8E59; }

 span { border-color: rgb(156,142,89); }

 td.TdClassName
 {
   border-color: #9C8E59;
 }
 .TagClassName
 {
   border-color: #9C8E59;
 }
</style>