#9C7346

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

Shades of Pale Brown #9C7346

Tints of Pale Brown #9C7346

Color information

#9C7346 (or 0x9C7346) is unknown color: approx Pale Brown. HEX triplet: 9C, 73 and 46. RGB value is (156,115,70). Sum of RGB (Red+Green+Blue) = 156+115+70=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7346 is #638CB9. Grayscale: #7A7A7A. Windows color (decimal): -6524090 or 4617116. OLE color: 4617116.

HSL color Cylindrical-coordinate representation of color #9C7346: hue angle of 31.4º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C7346 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15611570-
CMYK00.260.550.39
HSL31.4º38.05%44.31%-
HSV(B)31.4º55.13%61.18%-
XYZ20.9519.778.51-
YUV122.1398.58152.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=45.75%
G=33.72%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561157000.260.550.3931.438.0544.31
Hex9C734601A37271f262c
Octal2341631060326747374654
Binary100111001110011100011001101011011110011111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,115,70); }

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

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

 a { background-color: rgb(156,115,70); }

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

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

 span { border-color: rgb(156,115,70); }

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