#965C09

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

Shades of Golden Brown #965C09

Tints of Golden Brown #965C09

Color information

#965C09 (or 0x965C09) is unknown color: approx Golden Brown. HEX triplet: 96, 5C and 09. RGB value is (150,92,9). Sum of RGB (Red+Green+Blue) = 150+92+9=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #965C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965C09 is #69A3F6. Grayscale: #646464. Windows color (decimal): -6923255 or 613526. OLE color: 613526.

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

Color convert

RGB150929-
CMYK00.390.940.41
HSL35.32º88.68%31.18%-
HSV(B)35.32º94%58.82%-
XYZ16.4514.162.12-
YUV99.8876.72163.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 9 (3.91% from 255) = 3.59%
R=59.76%
G=36.65%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15092900.390.940.4135.3288.6831.18
Hex965C90275E2923591f
Octal22613411047136514313137
Binary100101101011100100101001111011110101001100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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