#956E4B

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

Shades of Dark Tan #956E4B

Tints of Dark Tan #956E4B

Color information

#956E4B (or 0x956E4B) is unknown color: approx Dark Tan. HEX triplet: 95, 6E and 4B. RGB value is (149,110,75). Sum of RGB (Red+Green+Blue) = 149+110+75=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E4B is #6A91B4. Grayscale: #757575. Windows color (decimal): -6984117 or 4943509. OLE color: 4943509.

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

Color convert

RGB14911075-
CMYK00.260.500.42
HSL28.38º33.04%43.92%-
HSV(B)28.38º49.66%58.43%-
XYZ19.2418.059.13-
YUV117.67103.92150.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=44.61%
G=32.93%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491107500.260.500.4228.3833.0443.92
Hex956E4B01A322A1c212c
Octal2251561130326252344154
Binary100101011101110100101101101011001010101011100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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