#9C7246

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

Shades of Pale Brown #9C7246

Tints of Pale Brown #9C7246

Color information

#9C7246 (or 0x9C7246) is unknown color: approx Pale Brown. HEX triplet: 9C, 72 and 46. RGB value is (156,114,70). Sum of RGB (Red+Green+Blue) = 156+114+70=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7246 is #638DB9. Grayscale: #797979. Windows color (decimal): -6524346 or 4616860. OLE color: 4616860.

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

Color convert

RGB15611470-
CMYK00.270.550.39
HSL30.7º38.05%44.31%-
HSV(B)30.7º55.13%61.18%-
XYZ20.8319.548.47-
YUV121.5498.91152.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.88%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 70 (27.73% from 255) = 20.59%
R=45.88%
G=33.53%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561147000.270.550.3930.738.0544.31
Hex9C724601B37271f262c
Octal2341621060336747374654
Binary100111001110010100011001101111011110011111111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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