#965809

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

Shades of Golden Brown #965809

Tints of Golden Brown #965809

Color information

#965809 (or 0x965809) is unknown color: approx Golden Brown. HEX triplet: 96, 58 and 09. RGB value is (150,88,9). Sum of RGB (Red+Green+Blue) = 150+88+9=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #965809 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965809 is #69A7F6. Grayscale: #616161. Windows color (decimal): -6924279 or 612502. OLE color: 612502.

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

Color convert

RGB150889-
CMYK00.410.940.41
HSL33.62º88.68%31.18%-
HSV(B)33.62º94%58.82%-
XYZ16.1213.482.01-
YUV97.5378.04165.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 9 (3.91% from 255) = 3.64%
R=60.73%
G=35.63%
B=3.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15088900.410.940.4133.6288.6831.18
Hex965890295E2922591f
Octal22613011051136514213137
Binary100101101011000100101010011011110101001100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965809; }

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

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

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

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

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

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

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

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