#9B6A09

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

Shades of Golden Brown #9B6A09

Tints of Golden Brown #9B6A09

Color information

#9B6A09 (or 0x9B6A09) is unknown color: approx Golden Brown. HEX triplet: 9B, 6A and 09. RGB value is (155,106,9). Sum of RGB (Red+Green+Blue) = 155+106+9=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6A09 is #6495F6. Grayscale: #6E6E6E. Windows color (decimal): -6591991 or 617115. OLE color: 617115.

HSL color Cylindrical-coordinate representation of color #9B6A09: hue angle of 39.86º 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 #9B6A09 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1551069-
CMYK00.320.940.39
HSL39.86º89.02%32.16%-
HSV(B)39.86º94.19%60.78%-
XYZ18.7217.32.61-
YUV109.5971.23160.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 9 (3.91% from 255) = 3.33%
R=57.41%
G=39.26%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155106900.320.940.3939.8689.0232.16
Hex9B6A90205E27285920
Octal23315211040136475013140
Binary1001101111010101001010000010111101001111010001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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