#9E7E6A

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

Shades of Medium Wood #9E7E6A

Tints of Medium Wood #9E7E6A

Color information

#9E7E6A (or 0x9E7E6A) is unknown color: approx Medium Wood. HEX triplet: 9E, 7E and 6A. RGB value is (158,126,106). Sum of RGB (Red+Green+Blue) = 158+126+106=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7E6A is #618195. Grayscale: #858585. Windows color (decimal): -6390166 or 6979230. OLE color: 6979230.

HSL color Cylindrical-coordinate representation of color #9E7E6A: hue angle of 23.08º 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 #9E7E6A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB158126106-
CMYK00.200.330.38
HSL23.08º21.14%51.76%-
HSV(B)23.08º32.91%61.96%-
XYZ24.1623.2316.85-
YUV133.29112.6145.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=40.51%
G=32.31%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812610600.200.330.3823.0821.1451.76
Hex9E7E6A0142126171534
Octal2361761520244146272564
Binary10011110111111011010100101001000011001101011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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