#956B57

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

Shades of Leather #956B57

Tints of Leather #956B57

Color information

#956B57 (or 0x956B57) is unknown color: approx Leather. HEX triplet: 95, 6B and 57. RGB value is (149,107,87). Sum of RGB (Red+Green+Blue) = 149+107+87=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #956B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B57 is #6A94A8. Grayscale: #757575. Windows color (decimal): -6984873 or 5729173. OLE color: 5729173.

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

Color convert

RGB14910787-
CMYK00.280.420.42
HSL19.35º26.27%46.27%-
HSV(B)19.35º41.61%58.43%-
XYZ19.3717.5911.39-
YUV117.28110.91150.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=43.44%
G=31.20%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491078700.280.420.4219.3526.2746.27
Hex956B5701C2A2A131a2e
Octal2251531270345252233256
Binary10010101110101110101110111001010101010101001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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