#936855

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

Shades of Leather #936855

Tints of Leather #936855

Color information

#936855 (or 0x936855) is unknown color: approx Leather. HEX triplet: 93, 68 and 55. RGB value is (147,104,85). Sum of RGB (Red+Green+Blue) = 147+104+85=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #936855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936855 is #6C97AA. Grayscale: #727272. Windows color (decimal): -7116715 or 5597331. OLE color: 5597331.

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

Color convert

RGB14710485-
CMYK00.290.420.42
HSL18.39º26.72%45.49%-
HSV(B)18.39º42.18%57.65%-
XYZ18.6216.7610.85-
YUV114.69111.25151.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=43.75%
G=30.95%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471048500.290.420.4218.3926.7245.49
Hex93685501D2A2A121b2d
Octal2231501250355252223355
Binary10010011110100010101010111011010101010101001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936855; }

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

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

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

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

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

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

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

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