#966E09

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

Shades of Golden Brown #966E09

Tints of Golden Brown #966E09

Color information

#966E09 (or 0x966E09) is unknown color: approx Golden Brown. HEX triplet: 96, 6E and 09. RGB value is (150,110,9). Sum of RGB (Red+Green+Blue) = 150+110+9=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E09 is #6991F6. Grayscale: #6E6E6E. Windows color (decimal): -6918647 or 618134. OLE color: 618134.

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

Color convert

RGB1501109-
CMYK00.270.940.41
HSL42.98º88.68%31.18%-
HSV(B)42.98º94%58.82%-
XYZ18.217.662.71-
YUV110.4570.75156.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=55.76%
G=40.89%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150110900.270.940.4142.9888.6831.18
Hex966E901B5E292b591f
Octal22615611033136515313137
Binary10010110110111010010110111011110101001101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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