#956A46

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

Shades of Dark Tan #956A46

Tints of Dark Tan #956A46

Color information

#956A46 (or 0x956A46) is unknown color: approx Dark Tan. HEX triplet: 95, 6A and 46. RGB value is (149,106,70). Sum of RGB (Red+Green+Blue) = 149+106+70=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #956A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956A46 is #6A95B9. Grayscale: #727272. Windows color (decimal): -6985146 or 4614805. OLE color: 4614805.

HSL color Cylindrical-coordinate representation of color #956A46: hue angle of 27.34º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956A46 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB14910670-
CMYK00.290.530.42
HSL27.34º36.07%42.94%-
HSV(B)27.34º53.02%58.43%-
XYZ18.6517.148.12-
YUV114.75102.75152.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=45.85%
G=32.62%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491067000.290.530.4227.3436.0742.94
Hex956A4601D352A1b242b
Octal2251521060356552334453
Binary100101011101010100011001110111010110101011011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,106,70); }

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

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

 a { background-color: rgb(149,106,70); }

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

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

 span { border-color: rgb(149,106,70); }

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