#956B43

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

Shades of Dark Tan #956B43

Tints of Dark Tan #956B43

Color information

#956B43 (or 0x956B43) is unknown color: approx Dark Tan. HEX triplet: 95, 6B and 43. RGB value is (149,107,67). Sum of RGB (Red+Green+Blue) = 149+107+67=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #956B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B43 is #6A94BC. Grayscale: #737373. Windows color (decimal): -6984893 or 4418453. OLE color: 4418453.

HSL color Cylindrical-coordinate representation of color #956B43: hue angle of 29.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956B43 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14910767-
CMYK00.280.550.42
HSL29.27º37.96%42.35%-
HSV(B)29.27º55.03%58.43%-
XYZ18.6717.317.67-
YUV115100.91152.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 67 (26.56% from 255) = 20.74%
R=46.13%
G=33.13%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491076700.280.550.4229.2737.9642.35
Hex956B4301C372A1d262a
Octal2251531030346752354652
Binary100101011101011100001101110011011110101011101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,67); }

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

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

 a { background-color: rgb(149,107,67); }

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

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

 span { border-color: rgb(149,107,67); }

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