#9B6D09

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

Shades of Golden Brown #9B6D09

Tints of Golden Brown #9B6D09

Color information

#9B6D09 (or 0x9B6D09) is unknown color: approx Golden Brown. HEX triplet: 9B, 6D and 09. RGB value is (155,109,9). Sum of RGB (Red+Green+Blue) = 155+109+9=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6D09 is #6492F6. Grayscale: #6F6F6F. Windows color (decimal): -6591223 or 617883. OLE color: 617883.

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

Color convert

RGB1551099-
CMYK00.300.940.39
HSL41.1º89.02%32.16%-
HSV(B)41.1º94.19%60.78%-
XYZ19.0417.932.72-
YUV111.3570.24159.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=56.78%
G=39.93%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155109900.300.940.3941.189.0232.16
Hex9B6D901E5E27295920
Octal23315511036136475113140
Binary100110111101101100101111010111101001111010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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