#9E694D

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

Shades of Dark Tan #9E694D

Tints of Dark Tan #9E694D

Color information

#9E694D (or 0x9E694D) is unknown color: approx Dark Tan. HEX triplet: 9E, 69 and 4D. RGB value is (158,105,77). Sum of RGB (Red+Green+Blue) = 158+105+77=340 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.47% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 158 - color contains mainly: red. Hex color #9E694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E694D is #6196B2. Grayscale: #757575. Windows color (decimal): -6395571 or 5073310. OLE color: 5073310.

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

Color convert

RGB15810577-
CMYK00.340.510.38
HSL20.74º34.47%46.08%-
HSV(B)20.74º51.27%61.96%-
XYZ20.4917.919.4-
YUV117.66105.06156.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.47%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=46.47%
G=30.88%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581057700.340.510.3820.7434.4746.08
Hex9E694D022332615222e
Octal2361511150426346254256
Binary1001111011010011001101010001011001110011010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,105,77); }

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

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

 a { background-color: rgb(158,105,77); }

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

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

 span { border-color: rgb(158,105,77); }

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