#966B12

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

Shades of Golden Brown #966B12

Tints of Golden Brown #966B12

Color information

#966B12 (or 0x966B12) is unknown color: approx Golden Brown. HEX triplet: 96, 6B and 12. RGB value is (150,107,18). Sum of RGB (Red+Green+Blue) = 150+107+18=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966B12 is #6994ED. Grayscale: #6E6E6E. Windows color (decimal): -6919406 or 1207190. OLE color: 1207190.

HSL color Cylindrical-coordinate representation of color #966B12: hue angle of 40.45º 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 #966B12 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15010718-
CMYK00.290.880.41
HSL40.45º78.57%32.94%-
HSV(B)40.45º88%58.82%-
XYZ17.9417.042.92-
YUV109.7176.25156.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=54.55%
G=38.91%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501071800.290.880.4140.4578.5732.94
Hex966B1201D5829284f21
Octal22615322035130515011741
Binary1001011011010111001001110110110001010011010001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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