#9B6409

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

Shades of Golden Brown #9B6409

Tints of Golden Brown #9B6409

Color information

#9B6409 (or 0x9B6409) is unknown color: approx Golden Brown. HEX triplet: 9B, 64 and 09. RGB value is (155,100,9). Sum of RGB (Red+Green+Blue) = 155+100+9=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6409 is #649BF6. Grayscale: #6A6A6A. Windows color (decimal): -6593527 or 615579. OLE color: 615579.

HSL color Cylindrical-coordinate representation of color #9B6409: hue angle of 37.4º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B6409 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1551009-
CMYK00.350.940.39
HSL37.4º89.02%32.16%-
HSV(B)37.4º94.19%60.78%-
XYZ18.1216.12.41-
YUV106.0773.22162.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 9 (3.91% from 255) = 3.41%
R=58.71%
G=37.88%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155100900.350.940.3937.489.0232.16
Hex9B6490235E27255920
Octal23314411043136474513140
Binary1001101111001001001010001110111101001111001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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