#966409

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

Shades of Golden Brown #966409

Tints of Golden Brown #966409

Color information

#966409 (or 0x966409) is unknown color: approx Golden Brown. HEX triplet: 96, 64 and 09. RGB value is (150,100,9). Sum of RGB (Red+Green+Blue) = 150+100+9=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #966409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966409 is #699BF6. Grayscale: #686868. Windows color (decimal): -6921207 or 615574. OLE color: 615574.

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

Color convert

RGB1501009-
CMYK00.330.940.41
HSL38.72º88.68%31.18%-
HSV(B)38.72º94%58.82%-
XYZ17.1815.622.37-
YUV104.5874.06160.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 100 (39.45% from 255) = 38.61%
BLUE value IS 9 (3.91% from 255) = 3.47%
R=57.92%
G=38.61%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150100900.330.940.4138.7288.6831.18
Hex966490215E2927591f
Octal22614411041136514713137
Binary100101101100100100101000011011110101001100111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966409; }

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

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

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

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

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

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

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

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