#966E12

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

Shades of Golden Brown #966E12

Tints of Golden Brown #966E12

Color information

#966E12 (or 0x966E12) is unknown color: approx Golden Brown. HEX triplet: 96, 6E and 12. RGB value is (150,110,18). Sum of RGB (Red+Green+Blue) = 150+110+18=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #966E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E12 is #6991ED. Grayscale: #6F6F6F. Windows color (decimal): -6918638 or 1207958. OLE color: 1207958.

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

Color convert

RGB15011018-
CMYK00.270.880.41
HSL41.82º78.57%32.94%-
HSV(B)41.82º88%58.82%-
XYZ18.2617.683.02-
YUV111.4775.25155.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=53.96%
G=39.57%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501101800.270.880.4141.8278.5732.94
Hex966E1201B58292a4f21
Octal22615622033130515211741
Binary1001011011011101001001101110110001010011010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,110,18); }

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

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

 a { background-color: rgb(150,110,18); }

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

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

 span { border-color: rgb(150,110,18); }

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