#966F4A

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

Shades of Pale Brown #966F4A

Tints of Pale Brown #966F4A

Color information

#966F4A (or 0x966F4A) is unknown color: approx Pale Brown. HEX triplet: 96, 6F and 4A. RGB value is (150,111,74). Sum of RGB (Red+Green+Blue) = 150+111+74=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F4A is #6990B5. Grayscale: #767676. Windows color (decimal): -6918326 or 4878230. OLE color: 4878230.

HSL color Cylindrical-coordinate representation of color #966F4A: hue angle of 29.21º degrees, saturation: 0.34, 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 #966F4A is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15011174-
CMYK00.260.510.41
HSL29.21º33.93%43.92%-
HSV(B)29.21º50.67%58.82%-
XYZ19.518.358.99-
YUV118.44102.92150.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=44.78%
G=33.13%
B=22.09%

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
Decimal1501117400.260.510.4129.2133.9343.92
Hex966F4A01A33291d222c
Octal2261571120326351354254
Binary100101101101111100101001101011001110100111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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