#956E4A

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

Shades of Dark Tan #956E4A

Tints of Dark Tan #956E4A

Color information

#956E4A (or 0x956E4A) is unknown color: approx Dark Tan. HEX triplet: 95, 6E and 4A. RGB value is (149,110,74). Sum of RGB (Red+Green+Blue) = 149+110+74=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E4A is #6A91B5. Grayscale: #757575. Windows color (decimal): -6984118 or 4877973. OLE color: 4877973.

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

Color convert

RGB14911074-
CMYK00.260.500.42
HSL28.8º33.63%43.73%-
HSV(B)28.8º50.34%58.43%-
XYZ19.2118.048.95-
YUV117.56103.42150.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=44.74%
G=33.03%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491107400.260.500.4228.833.6343.73
Hex956E4A01A322A1d222c
Octal2251561120326252354254
Binary100101011101110100101001101011001010101011101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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