#936E50

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

Shades of Leather #936E50

Tints of Leather #936E50

Color information

#936E50 (or 0x936E50) is unknown color: approx Leather. HEX triplet: 93, 6E and 50. RGB value is (147,110,80). Sum of RGB (Red+Green+Blue) = 147+110+80=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #936E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E50 is #6C91AF. Grayscale: #757575. Windows color (decimal): -7115184 or 5271187. OLE color: 5271187.

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

Color convert

RGB14711080-
CMYK00.250.460.42
HSL26.87º29.52%44.51%-
HSV(B)26.87º45.58%57.65%-
XYZ19.0617.9310.05-
YUV117.64106.76148.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=43.62%
G=32.64%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471108000.250.460.4226.8729.5244.51
Hex936E500192E2A1b1e2d
Octal2231561200315652333655
Binary10010011110111010100000110011011101010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,110,80); }

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

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

 a { background-color: rgb(147,110,80); }

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

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

 span { border-color: rgb(147,110,80); }

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