#965604

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

Shades of Golden Brown #965604

Tints of Golden Brown #965604

Color information

#965604 (or 0x965604) is unknown color: approx Golden Brown. HEX triplet: 96, 56 and 04. RGB value is (150,86,4). Sum of RGB (Red+Green+Blue) = 150+86+4=240 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.5% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 150 - color contains mainly: red. Hex color #965604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965604 is #69A9FB. Grayscale: #606060. Windows color (decimal): -6924796 or 284310. OLE color: 284310.

HSL color Cylindrical-coordinate representation of color #965604: hue angle of 33.7º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #965604 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB150864-
CMYK00.430.970.41
HSL33.7º94.81%30.2%-
HSV(B)33.7º97.33%58.82%-
XYZ15.9313.151.81-
YUV95.7976.2166.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 62.5%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=62.5%
G=35.83%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15086400.430.970.4133.794.8130.2
Hex9656402B6129225f1e
Octal2261264053141514213736
Binary10010110101011010001010111100001101001100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965604; }

 p { color: rgb(150,86,4); }

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

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

 a { background-color: rgb(150,86,4); }

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

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

 span { border-color: rgb(150,86,4); }

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