#9E7604

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

Shades of Golden Brown #9E7604

Tints of Golden Brown #9E7604

Color information

#9E7604 (or 0x9E7604) is unknown color: approx Golden Brown. HEX triplet: 9E, 76 and 04. RGB value is (158,118,4). Sum of RGB (Red+Green+Blue) = 158+118+4=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7604 is #6189FB. Grayscale: #757575. Windows color (decimal): -6392316 or 292510. OLE color: 292510.

HSL color Cylindrical-coordinate representation of color #9E7604: hue angle of 44.42º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E7604 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB1581184-
CMYK00.250.970.38
HSL44.42º95.06%31.76%-
HSV(B)44.42º97.47%61.96%-
XYZ20.620.232.93-
YUV116.9664.25157.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.43%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 4 (1.95% from 255) = 1.43%
R=56.43%
G=42.14%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158118400.250.970.3844.4295.0631.76
Hex9E76401961262c5f20
Octal2361664031141465413740
Binary10011110111011010001100111000011001101011001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7604; }

 p { color: rgb(158,118,4); }

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

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

 a { background-color: rgb(158,118,4); }

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

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

 span { border-color: rgb(158,118,4); }

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