#9E806A

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

Shades of Medium Wood #9E806A

Tints of Medium Wood #9E806A

Color information

#9E806A (or 0x9E806A) is unknown color: approx Medium Wood. HEX triplet: 9E, 80 and 6A. RGB value is (158,128,106). Sum of RGB (Red+Green+Blue) = 158+128+106=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E806A is #617F95. Grayscale: #868686. Windows color (decimal): -6389654 or 6979742. OLE color: 6979742.

HSL color Cylindrical-coordinate representation of color #9E806A: hue angle of 25.38º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E806A is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB158128106-
CMYK00.190.330.38
HSL25.38º21.14%51.76%-
HSV(B)25.38º32.91%61.96%-
XYZ24.4223.7516.93-
YUV134.46111.94144.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=40.31%
G=32.65%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812810600.190.330.3825.3821.1451.76
Hex9E806A0132126191534
Octal2362001520234146312564
Binary100111101000000011010100100111000011001101100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,106); }

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

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

 a { background-color: rgb(158,128,106); }

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

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

 span { border-color: rgb(158,128,106); }

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