#956D4C

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

Shades of Dark Tan #956D4C

Tints of Dark Tan #956D4C

Color information

#956D4C (or 0x956D4C) is unknown color: approx Dark Tan. HEX triplet: 95, 6D and 4C. RGB value is (149,109,76). Sum of RGB (Red+Green+Blue) = 149+109+76=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D4C is #6A92B3. Grayscale: #757575. Windows color (decimal): -6984372 or 5008789. OLE color: 5008789.

HSL color Cylindrical-coordinate representation of color #956D4C: hue angle of 27.12º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #956D4C is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB14910976-
CMYK00.270.490.42
HSL27.12º32.44%44.12%-
HSV(B)27.12º48.99%58.43%-
XYZ19.1717.859.27-
YUV117.2104.75150.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=44.61%
G=32.63%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491097600.270.490.4227.1232.4444.12
Hex956D4C01B312A1b202c
Octal2251551140336152334054
Binary100101011101101100110001101111000110101011011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,76); }

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

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

 a { background-color: rgb(149,109,76); }

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

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

 span { border-color: rgb(149,109,76); }

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