#956E4C

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

Shades of Dark Tan #956E4C

Tints of Dark Tan #956E4C

Color information

#956E4C (or 0x956E4C) is unknown color: approx Dark Tan. HEX triplet: 95, 6E and 4C. RGB value is (149,110,76). Sum of RGB (Red+Green+Blue) = 149+110+76=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E4C is #6A91B3. Grayscale: #757575. Windows color (decimal): -6984116 or 5009045. OLE color: 5009045.

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

Color convert

RGB14911076-
CMYK00.260.490.42
HSL27.95º32.44%44.12%-
HSV(B)27.95º48.99%58.43%-
XYZ19.2718.069.31-
YUV117.78104.42150.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=44.48%
G=32.84%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491107600.260.490.4227.9532.4444.12
Hex956E4C01A312A1c202c
Octal2251561140326152344054
Binary100101011101110100110001101011000110101011100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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