#9B7106

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

Shades of Golden Brown #9B7106

Tints of Golden Brown #9B7106

Color information

#9B7106 (or 0x9B7106) is unknown color: approx Golden Brown. HEX triplet: 9B, 71 and 06. RGB value is (155,113,6). Sum of RGB (Red+Green+Blue) = 155+113+6=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7106 is #648EF9. Grayscale: #717171. Windows color (decimal): -6590202 or 422299. OLE color: 422299.

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

Color convert

RGB1551136-
CMYK00.270.960.39
HSL43.09º92.55%31.57%-
HSV(B)43.09º96.13%60.78%-
XYZ19.4618.792.77-
YUV113.3667.41157.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.57%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=56.57%
G=41.24%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155113600.270.960.3943.0992.5531.57
Hex9B71601B60272b5d20
Octal2331616033140475313540
Binary10011011111000111001101111000001001111010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,6); }

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

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

 a { background-color: rgb(155,113,6); }

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

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

 span { border-color: rgb(155,113,6); }

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