#936F50

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

Shades of Pale Brown #936F50

Tints of Pale Brown #936F50

Color information

#936F50 (or 0x936F50) is unknown color: approx Pale Brown. HEX triplet: 93, 6F and 50. RGB value is (147,111,80). Sum of RGB (Red+Green+Blue) = 147+111+80=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #936F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F50 is #6C90AF. Grayscale: #767676. Windows color (decimal): -7114928 or 5271443. OLE color: 5271443.

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

Color convert

RGB14711180-
CMYK00.240.460.42
HSL27.76º29.52%44.51%-
HSV(B)27.76º45.58%57.65%-
XYZ19.1718.1510.08-
YUV118.23106.43148.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.49%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=43.49%
G=32.84%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471118000.240.460.4227.7629.5244.51
Hex936F500182E2A1c1e2d
Octal2231571200305652343655
Binary10010011110111110100000110001011101010101110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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