#936A56

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

Shades of Leather #936A56

Tints of Leather #936A56

Color information

#936A56 (or 0x936A56) is unknown color: approx Leather. HEX triplet: 93, 6A and 56. RGB value is (147,106,86). Sum of RGB (Red+Green+Blue) = 147+106+86=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #936A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A56 is #6C95A9. Grayscale: #747474. Windows color (decimal): -7116202 or 5663379. OLE color: 5663379.

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

Color convert

RGB14710686-
CMYK00.280.410.42
HSL19.67º26.18%45.69%-
HSV(B)19.67º41.5%57.65%-
XYZ18.8717.1811.13-
YUV115.98111.08150.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=43.36%
G=31.27%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471068600.280.410.4219.6726.1845.69
Hex936A5601C292A141a2e
Octal2231521260345152243256
Binary10010011110101010101100111001010011010101010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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