#966F47

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

Shades of Pale Brown #966F47

Tints of Pale Brown #966F47

Color information

#966F47 (or 0x966F47) is unknown color: approx Pale Brown. HEX triplet: 96, 6F and 47. RGB value is (150,111,71). Sum of RGB (Red+Green+Blue) = 150+111+71=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #966F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F47 is #6990B8. Grayscale: #767676. Windows color (decimal): -6918329 or 4681622. OLE color: 4681622.

HSL color Cylindrical-coordinate representation of color #966F47: hue angle of 30.38º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #966F47 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15011171-
CMYK00.260.530.41
HSL30.38º35.75%43.33%-
HSV(B)30.38º52.67%58.82%-
XYZ19.418.318.47-
YUV118.1101.42150.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=45.18%
G=33.43%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501117100.260.530.4130.3835.7543.33
Hex966F4701A35291e242b
Octal2261571070326551364453
Binary100101101101111100011101101011010110100111110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F47; }

 p { color: rgb(150,111,71); }

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

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

 a { background-color: rgb(150,111,71); }

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

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

 span { border-color: rgb(150,111,71); }

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