#965A09

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

Shades of Golden Brown #965A09

Tints of Golden Brown #965A09

Color information

#965A09 (or 0x965A09) is unknown color: approx Golden Brown. HEX triplet: 96, 5A and 09. RGB value is (150,90,9). Sum of RGB (Red+Green+Blue) = 150+90+9=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #965A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965A09 is #69A5F6. Grayscale: #636363. Windows color (decimal): -6923767 or 613014. OLE color: 613014.

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

Color convert

RGB150909-
CMYK00.40.940.41
HSL34.47º88.68%31.18%-
HSV(B)34.47º94%58.82%-
XYZ16.2813.822.07-
YUV98.7177.38164.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.24%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=60.24%
G=36.14%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15090900.40.940.4134.4788.6831.18
Hex965A90285E2922591f
Octal22613211050136514213137
Binary100101101011010100101010001011110101001100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A09; }

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

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

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

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

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

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

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

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