#9B6D11

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

Shades of Golden Brown #9B6D11

Tints of Golden Brown #9B6D11

Color information

#9B6D11 (or 0x9B6D11) is unknown color: approx Golden Brown. HEX triplet: 9B, 6D and 11. RGB value is (155,109,17). Sum of RGB (Red+Green+Blue) = 155+109+17=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6D11 is #6492EE. Grayscale: #707070. Windows color (decimal): -6591215 or 1142171. OLE color: 1142171.

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

Color convert

RGB15510917-
CMYK00.300.890.39
HSL40º80.23%33.73%-
HSV(B)40º89.03%60.78%-
XYZ19.0917.952.99-
YUV112.2774.24158.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.16%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 17 (7.03% from 255) = 6.05%
R=55.16%
G=38.79%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551091700.300.890.394080.2333.73
Hex9B6D1101E5927285022
Octal23315521036131475012042
Binary1001101111011011000101111010110011001111010001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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