#9C7009

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

Shades of Golden Brown #9C7009

Tints of Golden Brown #9C7009

Color information

#9C7009 (or 0x9C7009) is unknown color: approx Golden Brown. HEX triplet: 9C, 70 and 09. RGB value is (156,112,9). Sum of RGB (Red+Green+Blue) = 156+112+9=277 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.32% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7009 is #638FF6. Grayscale: #717171. Windows color (decimal): -6524919 or 618652. OLE color: 618652.

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

Color convert

RGB1561129-
CMYK00.280.940.39
HSL42.04º89.09%32.35%-
HSV(B)42.04º94.23%61.18%-
XYZ19.5518.682.83-
YUV113.4169.08158.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.32%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 9 (3.91% from 255) = 3.25%
R=56.32%
G=40.43%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156112900.280.940.3942.0489.0932.35
Hex9C70901C5E272a5920
Octal23416011034136475213140
Binary100111001110000100101110010111101001111010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,9); }

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

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

 a { background-color: rgb(156,112,9); }

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

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

 span { border-color: rgb(156,112,9); }

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