#956E51

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

Shades of Dark Tan #956E51

Tints of Dark Tan #956E51

Color information

#956E51 (or 0x956E51) is unknown color: approx Dark Tan. HEX triplet: 95, 6E and 51. RGB value is (149,110,81). Sum of RGB (Red+Green+Blue) = 149+110+81=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E51 is #6A91AE. Grayscale: #767676. Windows color (decimal): -6984111 or 5336725. OLE color: 5336725.

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

Color convert

RGB14911081-
CMYK00.260.460.42
HSL25.59º29.57%45.1%-
HSV(B)25.59º45.64%58.43%-
XYZ19.4618.1410.26-
YUV118.35106.92149.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 81 (32.03% from 255) = 23.82%
R=43.82%
G=32.35%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491108100.260.460.4225.5929.5745.1
Hex956E5101A2E2A1a1e2d
Octal2251561210325652323655
Binary10010101110111010100010110101011101010101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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