#956C54

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

Shades of Leather #956C54

Tints of Leather #956C54

Color information

#956C54 (or 0x956C54) is unknown color: approx Leather. HEX triplet: 95, 6C and 54. RGB value is (149,108,84). Sum of RGB (Red+Green+Blue) = 149+108+84=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #956C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C54 is #6A93AB. Grayscale: #757575. Windows color (decimal): -6984620 or 5532821. OLE color: 5532821.

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

Color convert

RGB14910884-
CMYK00.280.440.42
HSL22.15º27.9%45.69%-
HSV(B)22.15º43.62%58.43%-
XYZ19.3617.7510.79-
YUV117.52109.08150.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=43.70%
G=31.67%
B=24.63%

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
Decimal1491088400.280.440.4222.1527.945.69
Hex956C5401C2C2A161c2e
Octal2251541240345452263456
Binary10010101110110010101000111001011001010101011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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