#956D49

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

Shades of Dark Tan #956D49

Tints of Dark Tan #956D49

Color information

#956D49 (or 0x956D49) is unknown color: approx Dark Tan. HEX triplet: 95, 6D and 49. RGB value is (149,109,73). Sum of RGB (Red+Green+Blue) = 149+109+73=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D49 is #6A92B6. Grayscale: #757575. Windows color (decimal): -6984375 or 4812181. OLE color: 4812181.

HSL color Cylindrical-coordinate representation of color #956D49: hue angle of 28.42º 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 #956D49 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14910973-
CMYK00.270.510.42
HSL28.42º34.23%43.53%-
HSV(B)28.42º51.01%58.43%-
XYZ19.0717.818.74-
YUV116.86103.25150.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=45.02%
G=32.93%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491097300.270.510.4228.4234.2343.53
Hex956D4901B332A1c222c
Octal2251551110336352344254
Binary100101011101101100100101101111001110101011100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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