#9B7206

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

Shades of Golden Brown #9B7206

Tints of Golden Brown #9B7206

Color information

#9B7206 (or 0x9B7206) is unknown color: approx Golden Brown. HEX triplet: 9B, 72 and 06. RGB value is (155,114,6). Sum of RGB (Red+Green+Blue) = 155+114+6=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7206 is #648DF9. Grayscale: #727272. Windows color (decimal): -6589946 or 422555. OLE color: 422555.

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

Color convert

RGB1551146-
CMYK00.260.960.39
HSL43.49º92.55%31.57%-
HSV(B)43.49º96.13%60.78%-
XYZ19.5719.022.81-
YUV113.9567.08157.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 6 (2.73% from 255) = 2.18%
R=56.36%
G=41.45%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155114600.260.960.3943.4992.5531.57
Hex9B72601A60272b5d20
Octal2331626032140475313540
Binary10011011111001011001101011000001001111010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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