#9E6409

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

Shades of Golden Brown #9E6409

Tints of Golden Brown #9E6409

Color information

#9E6409 (or 0x9E6409) is unknown color: approx Golden Brown. HEX triplet: 9E, 64 and 09. RGB value is (158,100,9). Sum of RGB (Red+Green+Blue) = 158+100+9=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6409 is #619BF6. Grayscale: #6B6B6B. Windows color (decimal): -6396919 or 615582. OLE color: 615582.

HSL color Cylindrical-coordinate representation of color #9E6409: hue angle of 36.64º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E6409 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1581009-
CMYK00.370.940.38
HSL36.64º89.22%32.75%-
HSV(B)36.64º94.3%61.96%-
XYZ18.7116.42.44-
YUV106.9772.72164.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=59.18%
G=37.45%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158100900.370.940.3836.6489.2232.75
Hex9E6490255E26255921
Octal23614411045136464513141
Binary1001111011001001001010010110111101001101001011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,100,9); }

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

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

 a { background-color: rgb(158,100,9); }

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

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

 span { border-color: rgb(158,100,9); }

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