#956F53

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

Shades of Leather #956F53

Tints of Leather #956F53

Color information

#956F53 (or 0x956F53) is unknown color: approx Leather. HEX triplet: 95, 6F and 53. RGB value is (149,111,83). Sum of RGB (Red+Green+Blue) = 149+111+83=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #956F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F53 is #6A90AC. Grayscale: #777777. Windows color (decimal): -6983853 or 5468053. OLE color: 5468053.

HSL color Cylindrical-coordinate representation of color #956F53: hue angle of 25.45º 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 #956F53 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14911183-
CMYK00.260.440.42
HSL25.45º28.45%45.49%-
HSV(B)25.45º44.3%58.43%-
XYZ19.6418.3810.7-
YUV119.17107.59149.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=43.44%
G=32.36%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491118300.260.440.4225.4528.4545.49
Hex956F5301A2C2A191c2d
Octal2251571230325452313455
Binary10010101110111110100110110101011001010101100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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