#956F54

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

Shades of Leather #956F54

Tints of Leather #956F54

Color information

#956F54 (or 0x956F54) is unknown color: approx Leather. HEX triplet: 95, 6F and 54. RGB value is (149,111,84). Sum of RGB (Red+Green+Blue) = 149+111+84=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #956F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F54 is #6A90AB. Grayscale: #777777. Windows color (decimal): -6983852 or 5533589. OLE color: 5533589.

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

Color convert

RGB14911184-
CMYK00.260.440.42
HSL24.92º27.9%45.69%-
HSV(B)24.92º43.62%58.43%-
XYZ19.6818.410.9-
YUV119.28108.09149.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=43.31%
G=32.27%
B=24.42%

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
Decimal1491118400.260.440.4224.9227.945.69
Hex956F5401A2C2A191c2e
Octal2251571240325452313456
Binary10010101110111110101000110101011001010101100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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