#9A7556

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

Shades of Pale Brown #9A7556

Tints of Pale Brown #9A7556

Color information

#9A7556 (or 0x9A7556) is unknown color: approx Pale Brown. HEX triplet: 9A, 75 and 56. RGB value is (154,117,86). Sum of RGB (Red+Green+Blue) = 154+117+86=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7556 is #658AA9. Grayscale: #7C7C7C. Windows color (decimal): -6654634 or 5666202. OLE color: 5666202.

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

Color convert

RGB15411786-
CMYK00.240.440.40
HSL27.35º28.33%47.06%-
HSV(B)27.35º44.16%60.39%-
XYZ21.3720.2611.59-
YUV124.53106.26149.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=43.14%
G=32.77%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541178600.240.440.4027.3528.3347.06
Hex9A75560182C281b1c2f
Octal2321651260305450333457
Binary10011010111010110101100110001011001010001101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,117,86); }

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

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

 a { background-color: rgb(154,117,86); }

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

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

 span { border-color: rgb(154,117,86); }

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