#966C11

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

Shades of Golden Brown #966C11

Tints of Golden Brown #966C11

Color information

#966C11 (or 0x966C11) is unknown color: approx Golden Brown. HEX triplet: 96, 6C and 11. RGB value is (150,108,17). Sum of RGB (Red+Green+Blue) = 150+108+17=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C11 is #6993EE. Grayscale: #6E6E6E. Windows color (decimal): -6919151 or 1141910. OLE color: 1141910.

HSL color Cylindrical-coordinate representation of color #966C11: hue angle of 41.05º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #966C11 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB15010817-
CMYK00.280.890.41
HSL41.05º79.64%32.75%-
HSV(B)41.05º88.67%58.82%-
XYZ18.0417.252.91-
YUV110.1875.41156.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=54.55%
G=39.27%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501081700.280.890.4141.0579.6432.75
Hex966C1101C5929295021
Octal22615421034131515112041
Binary1001011011011001000101110010110011010011010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,108,17); }

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

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

 a { background-color: rgb(150,108,17); }

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

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

 span { border-color: rgb(150,108,17); }

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