#9e8d4f

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

Shades of Teak #9E8D4F

Tints of Teak #9E8D4F

Color information

#9E8D4F (or 0x9E8D4F) is unknown color: approx Teak. HEX triplet: 9E, 8D and 4F. RGB value is (158,141,79). Sum of RGB (Red+Green+Blue) = 158+141+79=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8D4F is #6172B0. Grayscale: #8B8B8B. Windows color (decimal): -6386353 or 5213598. OLE color: 5213598.

HSL color Cylindrical-coordinate representation of color #9E8D4F: hue angle of 47.09º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E8D4F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15814179-
CMYK00.110.500.38
HSL47.09º33.33%46.47%-
HSV(B)47.09º50%61.96%-
XYZ25.0426.8811.27-
YUV139.0194.13141.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.80%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 79 (31.25% from 255) = 20.90%
R=41.80%
G=37.30%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581417900.110.500.3847.0933.3346.47
Hex9E8D4F0B32262f212e
Octal2362151170136246574156
Binary1001111010001101100111101011110010100110101111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e8d4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,79); }

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

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

 a { background-color: rgb(158,141,79); }

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

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

 span { border-color: rgb(158,141,79); }

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