#9E8B4D

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

Shades of Teak #9E8B4D

Tints of Teak #9E8B4D

Color information

#9E8B4D (or 0x9E8B4D) is unknown color: approx Teak. HEX triplet: 9E, 8B and 4D. RGB value is (158,139,77). Sum of RGB (Red+Green+Blue) = 158+139+77=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B4D is #6174B2. Grayscale: #898989. Windows color (decimal): -6386867 or 5082014. OLE color: 5082014.

HSL color Cylindrical-coordinate representation of color #9E8B4D: hue angle of 45.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E8B4D is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB15813977-
CMYK00.120.510.38
HSL45.93º34.47%46.08%-
HSV(B)45.93º51.27%61.96%-
XYZ24.6726.2710.79-
YUV137.6193.79142.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=42.25%
G=37.17%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581397700.120.510.3845.9334.4746.08
Hex9E8B4D0C33262e222e
Octal2362131150146346564256
Binary1001111010001011100110101100110011100110101110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,77); }

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

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

 a { background-color: rgb(158,139,77); }

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

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

 span { border-color: rgb(158,139,77); }

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