#9C8B57

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

Shades of Teak #9C8B57

Tints of Teak #9C8B57

Color information

#9C8B57 (or 0x9C8B57) is unknown color: approx Teak. HEX triplet: 9C, 8B and 57. RGB value is (156,139,87). Sum of RGB (Red+Green+Blue) = 156+139+87=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B57 is #6374A8. Grayscale: #8A8A8A. Windows color (decimal): -6517929 or 5737372. OLE color: 5737372.

HSL color Cylindrical-coordinate representation of color #9C8B57: hue angle of 45.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C8B57 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15613987-
CMYK00.110.440.39
HSL45.22º28.4%47.65%-
HSV(B)45.22º44.23%61.18%-
XYZ24.6626.2212.78-
YUV138.1699.13140.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=40.84%
G=36.39%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561398700.110.440.3945.2228.447.65
Hex9C8B570B2C272d1c30
Octal2342131270135447553460
Binary100111001000101110101110101110110010011110110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,87); }

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

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

 a { background-color: rgb(156,139,87); }

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

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

 span { border-color: rgb(156,139,87); }

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