#936656

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

Shades of Leather #936656

Tints of Leather #936656

Color information

#936656 (or 0x936656) is unknown color: approx Leather. HEX triplet: 93, 66 and 56. RGB value is (147,102,86). Sum of RGB (Red+Green+Blue) = 147+102+86=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #936656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936656 is #6C99A9. Grayscale: #717171. Windows color (decimal): -7117226 or 5662355. OLE color: 5662355.

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

Color convert

RGB14710286-
CMYK00.310.410.42
HSL15.74º26.18%45.69%-
HSV(B)15.74º41.5%57.65%-
XYZ18.4616.3810.99-
YUV113.63112.41151.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.88%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=43.88%
G=30.45%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471028600.310.410.4215.7426.1845.69
Hex93665601F292A101a2e
Octal2231461260375152203256
Binary10010011110011010101100111111010011010101000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936656; }

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

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

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

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

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

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

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

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