#9B6109

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

Shades of Golden Brown #9B6109

Tints of Golden Brown #9B6109

Color information

#9B6109 (or 0x9B6109) is unknown color: approx Golden Brown. HEX triplet: 9B, 61 and 09. RGB value is (155,97,9). Sum of RGB (Red+Green+Blue) = 155+97+9=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6109 is #649EF6. Grayscale: #686868. Windows color (decimal): -6594295 or 614811. OLE color: 614811.

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

Color convert

RGB155979-
CMYK00.370.940.39
HSL36.16º89.02%32.16%-
HSV(B)36.16º94.19%60.78%-
XYZ17.8415.542.32-
YUV104.3174.22164.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 9 (3.91% from 255) = 3.45%
R=59.39%
G=37.16%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15597900.370.940.3936.1689.0232.16
Hex9B6190255E27245920
Octal23314111045136474413140
Binary1001101111000011001010010110111101001111001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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