#936B55

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

Shades of Leather #936B55

Tints of Leather #936B55

Color information

#936B55 (or 0x936B55) is unknown color: approx Leather. HEX triplet: 93, 6B and 55. RGB value is (147,107,85). Sum of RGB (Red+Green+Blue) = 147+107+85=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #936B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B55 is #6C94AA. Grayscale: #747474. Windows color (decimal): -7115947 or 5598099. OLE color: 5598099.

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

Color convert

RGB14710785-
CMYK00.270.420.42
HSL21.29º26.72%45.49%-
HSV(B)21.29º42.18%57.65%-
XYZ18.9317.3710.95-
YUV116.45110.25149.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.36%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=43.36%
G=31.56%
B=25.07%

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
Decimal1471078500.270.420.4221.2926.7245.49
Hex936B5501B2A2A151b2d
Octal2231531250335252253355
Binary10010011110101110101010110111010101010101010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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