#9D7106

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

Shades of Golden Brown #9D7106

Tints of Golden Brown #9D7106

Color information

#9D7106 (or 0x9D7106) is unknown color: approx Golden Brown. HEX triplet: 9D, 71 and 06. RGB value is (157,113,6). Sum of RGB (Red+Green+Blue) = 157+113+6=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7106 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7106 is #628EF9. Grayscale: #727272. Windows color (decimal): -6459130 or 422301. OLE color: 422301.

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

Color convert

RGB1571136-
CMYK00.280.960.38
HSL42.52º92.64%31.96%-
HSV(B)42.52º96.18%61.57%-
XYZ19.8418.992.79-
YUV113.9667.08158.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=56.88%
G=40.94%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157113600.280.960.3842.5292.6431.96
Hex9D71601C60262b5d20
Octal2351616034140465313540
Binary10011101111000111001110011000001001101010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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