#9A7246

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

Shades of Pale Brown #9A7246

Tints of Pale Brown #9A7246

Color information

#9A7246 (or 0x9A7246) is unknown color: approx Pale Brown. HEX triplet: 9A, 72 and 46. RGB value is (154,114,70). Sum of RGB (Red+Green+Blue) = 154+114+70=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7246 is #658DB9. Grayscale: #797979. Windows color (decimal): -6655418 or 4616858. OLE color: 4616858.

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

Color convert

RGB15411470-
CMYK00.260.550.40
HSL31.43º37.5%43.92%-
HSV(B)31.43º54.55%60.39%-
XYZ20.4519.358.45-
YUV120.9499.25151.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 70 (27.73% from 255) = 20.71%
R=45.56%
G=33.73%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541147000.260.550.4031.4337.543.92
Hex9A724601A37281f262c
Octal2321621060326750374654
Binary100110101110010100011001101011011110100011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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