#956B53

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

Shades of Dark Tan #956B53

Tints of Dark Tan #956B53

Color information

#956B53 (or 0x956B53) is unknown color: approx Dark Tan. HEX triplet: 95, 6B and 53. RGB value is (149,107,83). Sum of RGB (Red+Green+Blue) = 149+107+83=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #956B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B53 is #6A94AC. Grayscale: #747474. Windows color (decimal): -6984877 or 5467029. OLE color: 5467029.

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

Color convert

RGB14910783-
CMYK00.280.440.42
HSL21.82º28.45%45.49%-
HSV(B)21.82º44.3%58.43%-
XYZ19.2117.5310.55-
YUV116.82108.91150.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=43.95%
G=31.56%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491078300.280.440.4221.8228.4545.49
Hex956B5301C2C2A161c2d
Octal2251531230345452263455
Binary10010101110101110100110111001011001010101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,83); }

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

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

 a { background-color: rgb(149,107,83); }

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

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

 span { border-color: rgb(149,107,83); }

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