#936C55

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

Shades of Leather #936C55

Tints of Leather #936C55

Color information

#936C55 (or 0x936C55) is unknown color: approx Leather. HEX triplet: 93, 6C and 55. RGB value is (147,108,85). Sum of RGB (Red+Green+Blue) = 147+108+85=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #936C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C55 is #6C93AA. Grayscale: #757575. Windows color (decimal): -7115691 or 5598355. OLE color: 5598355.

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

Color convert

RGB14710885-
CMYK00.270.420.42
HSL22.26º26.72%45.49%-
HSV(B)22.26º42.18%57.65%-
XYZ19.0317.5810.99-
YUV117.04109.92149.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 108 (42.58% from 255) = 31.76%
BLUE value IS 85 (33.59% from 255) = 25%
R=43.24%
G=31.76%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471088500.270.420.4222.2626.7245.49
Hex936C5501B2A2A161b2d
Octal2231541250335252263355
Binary10010011110110010101010110111010101010101011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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