#966D20

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

Shades of Golden Brown #966D20

Tints of Golden Brown #966D20

Color information

#966D20 (or 0x966D20) is unknown color: approx Golden Brown. HEX triplet: 96, 6D and 20. RGB value is (150,109,32). Sum of RGB (Red+Green+Blue) = 150+109+32=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #966D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D20 is #6992DF. Grayscale: #707070. Windows color (decimal): -6918880 or 2125206. OLE color: 2125206.

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

Color convert

RGB15010932-
CMYK00.270.790.41
HSL39.15º64.84%35.69%-
HSV(B)39.15º78.67%58.82%-
XYZ18.3117.533.78-
YUV112.4882.58154.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 32 (12.89% from 255) = 11.00%
R=51.55%
G=37.46%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501093200.270.790.4139.1564.8435.69
Hex966D2001B4F29274124
Octal22615540033117514710144
Binary10010110110110110000001101110011111010011001111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,32); }

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

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

 a { background-color: rgb(150,109,32); }

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

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

 span { border-color: rgb(150,109,32); }

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