#936D50

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

Shades of Leather #936D50

Tints of Leather #936D50

Color information

#936D50 (or 0x936D50) is unknown color: approx Leather. HEX triplet: 93, 6D and 50. RGB value is (147,109,80). Sum of RGB (Red+Green+Blue) = 147+109+80=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #936D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D50 is #6C92AF. Grayscale: #757575. Windows color (decimal): -7115440 or 5270931. OLE color: 5270931.

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

Color convert

RGB14710980-
CMYK00.260.460.42
HSL25.97º29.52%44.51%-
HSV(B)25.97º45.58%57.65%-
XYZ18.9517.7210.01-
YUV117.06107.09149.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=43.75%
G=32.44%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471098000.260.460.4225.9729.5244.51
Hex936D5001A2E2A1a1e2d
Octal2231551200325652323655
Binary10010011110110110100000110101011101010101101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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