#9D7206

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

Shades of Golden Brown #9D7206

Tints of Golden Brown #9D7206

Color information

#9D7206 (or 0x9D7206) is unknown color: approx Golden Brown. HEX triplet: 9D, 72 and 06. RGB value is (157,114,6). Sum of RGB (Red+Green+Blue) = 157+114+6=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7206 is #628DF9. Grayscale: #737373. Windows color (decimal): -6458874 or 422557. OLE color: 422557.

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

Color convert

RGB1571146-
CMYK00.270.960.38
HSL42.91º92.64%31.96%-
HSV(B)42.91º96.18%61.57%-
XYZ19.9519.222.83-
YUV114.5466.75158.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.68%
GREEN value IS 114 (44.92% from 255) = 41.16%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=56.68%
G=41.16%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157114600.270.960.3842.9192.6431.96
Hex9D72601B60262b5d20
Octal2351626033140465313540
Binary10011101111001011001101111000001001101010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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