#956E4F

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

Shades of Dark Tan #956E4F

Tints of Dark Tan #956E4F

Color information

#956E4F (or 0x956E4F) is unknown color: approx Dark Tan. HEX triplet: 95, 6E and 4F. RGB value is (149,110,79). Sum of RGB (Red+Green+Blue) = 149+110+79=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E4F is #6A91B0. Grayscale: #767676. Windows color (decimal): -6984113 or 5205653. OLE color: 5205653.

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

Color convert

RGB14911079-
CMYK00.260.470.42
HSL26.57º30.7%44.71%-
HSV(B)26.57º46.98%58.43%-
XYZ19.3818.119.87-
YUV118.13105.92150.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=44.08%
G=32.54%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491107900.260.470.4226.5730.744.71
Hex956E4F01A2F2A1b1f2d
Octal2251561170325752333755
Binary10010101110111010011110110101011111010101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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