#966009

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

Shades of Golden Brown #966009

Tints of Golden Brown #966009

Color information

#966009 (or 0x966009) is unknown color: approx Golden Brown. HEX triplet: 96, 60 and 09. RGB value is (150,96,9). Sum of RGB (Red+Green+Blue) = 150+96+9=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #966009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966009 is #699FF6. Grayscale: #666666. Windows color (decimal): -6922231 or 614550. OLE color: 614550.

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

Color convert

RGB150969-
CMYK00.360.940.41
HSL37.02º88.68%31.18%-
HSV(B)37.02º94%58.82%-
XYZ16.8114.872.24-
YUV102.2375.39162.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 9 (3.91% from 255) = 3.53%
R=58.82%
G=37.65%
B=3.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15096900.360.940.4137.0288.6831.18
Hex966090245E2925591f
Octal22614011044136514513137
Binary100101101100000100101001001011110101001100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966009; }

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

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

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

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

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

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

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

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