#936C56

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

Shades of Leather #936C56

Tints of Leather #936C56

Color information

#936C56 (or 0x936C56) is unknown color: approx Leather. HEX triplet: 93, 6C and 56. RGB value is (147,108,86). Sum of RGB (Red+Green+Blue) = 147+108+86=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #936C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C56 is #6C93A9. Grayscale: #757575. Windows color (decimal): -7115690 or 5663891. OLE color: 5663891.

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

Color convert

RGB14710886-
CMYK00.270.410.42
HSL21.64º26.18%45.69%-
HSV(B)21.64º41.5%57.65%-
XYZ19.0717.611.2-
YUV117.15110.42149.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=43.11%
G=31.67%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471088600.270.410.4221.6426.1845.69
Hex936C5601B292A161a2e
Octal2231541260335152263256
Binary10010011110110010101100110111010011010101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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