#967404

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

Shades of Golden Brown #967404

Tints of Golden Brown #967404

Color information

#967404 (or 0x967404) is unknown color: approx Golden Brown. HEX triplet: 96, 74 and 04. RGB value is (150,116,4). Sum of RGB (Red+Green+Blue) = 150+116+4=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #967404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967404 is #698BFB. Grayscale: #717171. Windows color (decimal): -6917116 or 291990. OLE color: 291990.

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

Color convert

RGB1501164-
CMYK00.230.970.41
HSL46.03º94.81%30.2%-
HSV(B)46.03º97.33%58.82%-
XYZ18.8418.982.79-
YUV113.466.26154.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=55.56%
G=42.96%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150116400.230.970.4146.0394.8130.2
Hex9674401761292e5f1e
Octal2261644027141515613736
Binary1001011011101001000101111100001101001101110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967404; }

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

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

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

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

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

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

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

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