#966F49

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

Shades of Pale Brown #966F49

Tints of Pale Brown #966F49

Color information

#966F49 (or 0x966F49) is unknown color: approx Pale Brown. HEX triplet: 96, 6F and 49. RGB value is (150,111,73). Sum of RGB (Red+Green+Blue) = 150+111+73=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #966F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F49 is #6990B6. Grayscale: #767676. Windows color (decimal): -6918327 or 4812694. OLE color: 4812694.

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

Color convert

RGB15011173-
CMYK00.260.510.41
HSL29.61º34.53%43.73%-
HSV(B)29.61º51.33%58.82%-
XYZ19.4618.338.82-
YUV118.33102.42150.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=44.91%
G=33.23%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501117300.260.510.4129.6134.5343.73
Hex966F4901A33291e232c
Octal2261571110326351364354
Binary100101101101111100100101101011001110100111110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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