#967309

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

Shades of Golden Brown #967309

Tints of Golden Brown #967309

Color information

#967309 (or 0x967309) is unknown color: approx Golden Brown. HEX triplet: 96, 73 and 09. RGB value is (150,115,9). Sum of RGB (Red+Green+Blue) = 150+115+9=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #967309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967309 is #698CF6. Grayscale: #717171. Windows color (decimal): -6917367 or 619414. OLE color: 619414.

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

Color convert

RGB1501159-
CMYK00.230.940.41
HSL45.11º88.68%31.18%-
HSV(B)45.11º94%58.82%-
XYZ18.7618.772.89-
YUV113.3869.1154.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.74%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 9 (3.91% from 255) = 3.28%
R=54.74%
G=41.97%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150115900.230.940.4145.1188.6831.18
Hex967390175E292d591f
Octal22616311027136515513137
Binary10010110111001110010101111011110101001101101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967309; }

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

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

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

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

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

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

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

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