#956E49

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

Shades of Dark Tan #956E49

Tints of Dark Tan #956E49

Color information

#956E49 (or 0x956E49) is unknown color: approx Dark Tan. HEX triplet: 95, 6E and 49. RGB value is (149,110,73). Sum of RGB (Red+Green+Blue) = 149+110+73=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #956E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E49 is #6A91B6. Grayscale: #757575. Windows color (decimal): -6984119 or 4812437. OLE color: 4812437.

HSL color Cylindrical-coordinate representation of color #956E49: hue angle of 29.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956E49 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14911073-
CMYK00.260.510.42
HSL29.21º34.23%43.53%-
HSV(B)29.21º51.01%58.43%-
XYZ19.1718.028.77-
YUV117.44102.92150.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=44.88%
G=33.13%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491107300.260.510.4229.2134.2343.53
Hex956E4901A332A1d222c
Octal2251561110326352354254
Binary100101011101110100100101101011001110101011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956E49; }

 p { color: rgb(149,110,73); }

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

<style>
 a { background-color: #956E49; }

 a { background-color: rgb(149,110,73); }

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

<style>
 span { border-color: #956E49; }

 span { border-color: rgb(149,110,73); }

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