#9E6E50

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

Shades of Dark Tan #9E6E50

Tints of Dark Tan #9E6E50

Color information

#9E6E50 (or 0x9E6E50) is unknown color: approx Dark Tan. HEX triplet: 9E, 6E and 50. RGB value is (158,110,80). Sum of RGB (Red+Green+Blue) = 158+110+80=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6E50 is #6191AF. Grayscale: #797979. Windows color (decimal): -6394288 or 5271198. OLE color: 5271198.

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

Color convert

RGB15811080-
CMYK00.300.490.38
HSL23.08º32.77%46.67%-
HSV(B)23.08º49.37%61.96%-
XYZ21.121910.14-
YUV120.93104.9154.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.40%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=45.40%
G=31.61%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581108000.300.490.3823.0832.7746.67
Hex9E6E5001E312617212f
Octal2361561200366146274157
Binary100111101101110101000001111011000110011010111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,80); }

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

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

 a { background-color: rgb(158,110,80); }

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

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

 span { border-color: rgb(158,110,80); }

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