#956542

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

Shades of Dark Tan #956542

Tints of Dark Tan #956542

Color information

#956542 (or 0x956542) is unknown color: approx Dark Tan. HEX triplet: 95, 65 and 42. RGB value is (149,101,66). Sum of RGB (Red+Green+Blue) = 149+101+66=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #956542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956542 is #6A9ABD. Grayscale: #6F6F6F. Windows color (decimal): -6986430 or 4351381. OLE color: 4351381.

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

Color convert

RGB14910166-
CMYK00.320.560.42
HSL25.3º38.6%42.16%-
HSV(B)25.3º55.7%58.43%-
XYZ18.0316.097.31-
YUV111.36102.4154.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.15%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=47.15%
G=31.96%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491016600.320.560.4225.338.642.16
Hex956542020382A19272a
Octal2251451020407052314752
Binary1001010111001011000010010000011100010101011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956542; }

 p { color: rgb(149,101,66); }

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

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

 a { background-color: rgb(149,101,66); }

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

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

 span { border-color: rgb(149,101,66); }

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