#936D56

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

Shades of Leather #936D56

Tints of Leather #936D56

Color information

#936D56 (or 0x936D56) is unknown color: approx Leather. HEX triplet: 93, 6D and 56. RGB value is (147,109,86). Sum of RGB (Red+Green+Blue) = 147+109+86=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #936D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D56 is #6C92A9. Grayscale: #757575. Windows color (decimal): -7115434 or 5664147. OLE color: 5664147.

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

Color convert

RGB14710986-
CMYK00.260.410.42
HSL22.62º26.18%45.69%-
HSV(B)22.62º41.5%57.65%-
XYZ19.1817.8111.23-
YUV117.74110.09148.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=42.98%
G=31.87%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471098600.260.410.4222.6226.1845.69
Hex936D5601A292A171a2e
Octal2231551260325152273256
Binary10010011110110110101100110101010011010101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936D56; }

 p { color: rgb(147,109,86); }

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

<style>
 a { background-color: #936D56; }

 a { background-color: rgb(147,109,86); }

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

<style>
 span { border-color: #936D56; }

 span { border-color: rgb(147,109,86); }

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