#956C4A

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

Shades of Dark Tan #956C4A

Tints of Dark Tan #956C4A

Color information

#956C4A (or 0x956C4A) is unknown color: approx Dark Tan. HEX triplet: 95, 6C and 4A. RGB value is (149,108,74). Sum of RGB (Red+Green+Blue) = 149+108+74=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C4A is #6A93B5. Grayscale: #747474. Windows color (decimal): -6984630 or 4877461. OLE color: 4877461.

HSL color Cylindrical-coordinate representation of color #956C4A: hue angle of 27.2º degrees, saturation: 0.34, 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 #956C4A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14910874-
CMYK00.280.500.42
HSL27.2º33.63%43.73%-
HSV(B)27.2º50.34%58.43%-
XYZ18.9917.618.88-
YUV116.38104.08151.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 74 (29.30% from 255) = 22.36%
R=45.02%
G=32.63%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491087400.280.500.4227.233.6343.73
Hex956C4A01C322A1b222c
Octal2251541120346252334254
Binary100101011101100100101001110011001010101011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,108,74); }

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

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

 a { background-color: rgb(149,108,74); }

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

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

 span { border-color: rgb(149,108,74); }

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