#966F09

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

Shades of Golden Brown #966F09

Tints of Golden Brown #966F09

Color information

#966F09 (or 0x966F09) is unknown color: approx Golden Brown. HEX triplet: 96, 6F and 09. RGB value is (150,111,9). Sum of RGB (Red+Green+Blue) = 150+111+9=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F09 is #6990F6. Grayscale: #6F6F6F. Windows color (decimal): -6918391 or 618390. OLE color: 618390.

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

Color convert

RGB1501119-
CMYK00.260.940.41
HSL43.4º88.68%31.18%-
HSV(B)43.4º94%58.82%-
XYZ18.3117.872.74-
YUV111.0370.42155.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 9 (3.91% from 255) = 3.33%
R=55.56%
G=41.11%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150111900.260.940.4143.488.6831.18
Hex966F901A5E292b591f
Octal22615711032136515313137
Binary10010110110111110010110101011110101001101011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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