#956F50

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

Shades of Pale Brown #956F50

Tints of Pale Brown #956F50

Color information

#956F50 (or 0x956F50) is unknown color: approx Pale Brown. HEX triplet: 95, 6F and 50. RGB value is (149,111,80). Sum of RGB (Red+Green+Blue) = 149+111+80=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956F50 is #6A90AF. Grayscale: #767676. Windows color (decimal): -6983856 or 5271445. OLE color: 5271445.

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

Color convert

RGB14911180-
CMYK00.260.460.42
HSL26.96º30.13%44.9%-
HSV(B)26.96º46.31%58.43%-
XYZ19.5318.3410.1-
YUV118.83106.09149.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=43.82%
G=32.65%
B=23.53%

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
Decimal1491118000.260.460.4226.9630.1344.9
Hex956F5001A2E2A1b1e2d
Octal2251571200325652333655
Binary10010101110111110100000110101011101010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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