#9B7406

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

Shades of Golden Brown #9B7406

Tints of Golden Brown #9B7406

Color information

#9B7406 (or 0x9B7406) is unknown color: approx Golden Brown. HEX triplet: 9B, 74 and 06. RGB value is (155,116,6). Sum of RGB (Red+Green+Blue) = 155+116+6=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7406 is #648BF9. Grayscale: #737373. Windows color (decimal): -6589434 or 423067. OLE color: 423067.

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

Color convert

RGB1551166-
CMYK00.250.960.39
HSL44.3º92.55%31.57%-
HSV(B)44.3º96.13%60.78%-
XYZ19.819.472.89-
YUV115.1266.42156.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=55.96%
G=41.88%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155116600.250.960.3944.392.5531.57
Hex9B74601960272c5d20
Octal2331646031140475413540
Binary10011011111010011001100111000001001111011001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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