#9E8F54

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

Shades of Teak #9E8F54

Tints of Teak #9E8F54

Color information

#9E8F54 (or 0x9E8F54) is unknown color: approx Teak. HEX triplet: 9E, 8F and 54. RGB value is (158,143,84). Sum of RGB (Red+Green+Blue) = 158+143+84=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F54 is #6170AB. Grayscale: #8D8D8D. Windows color (decimal): -6385836 or 5541790. OLE color: 5541790.

HSL color Cylindrical-coordinate representation of color #9E8F54: hue angle of 47.84º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E8F54 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15814384-
CMYK00.090.470.38
HSL47.84º30.58%47.45%-
HSV(B)47.84º46.84%61.96%-
XYZ25.5227.5512.36-
YUV140.7695.97140.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.04%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 84 (33.20% from 255) = 21.82%
R=41.04%
G=37.14%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581438400.090.470.3847.8430.5847.45
Hex9E8F54092F26301f2f
Octal2362171240115746603757
Binary100111101000111110101000100110111110011011000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,143,84); }

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

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

 a { background-color: rgb(158,143,84); }

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

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

 span { border-color: rgb(158,143,84); }

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