#9A764E

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

Shades of Pale Brown #9A764E

Tints of Pale Brown #9A764E

Color information

#9A764E (or 0x9A764E) is unknown color: approx Pale Brown. HEX triplet: 9A, 76 and 4E. RGB value is (154,118,78). Sum of RGB (Red+Green+Blue) = 154+118+78=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A764E is #6589B1. Grayscale: #7C7C7C. Windows color (decimal): -6654386 or 5142170. OLE color: 5142170.

HSL color Cylindrical-coordinate representation of color #9A764E: hue angle of 31.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A764E is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15411878-
CMYK00.230.490.40
HSL31.58º32.76%45.49%-
HSV(B)31.58º49.35%60.39%-
XYZ21.1820.3810.02-
YUV124.2101.93149.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=44%
G=33.71%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541187800.230.490.4031.5832.7645.49
Hex9A764E017312820212d
Octal2321661160276150404155
Binary1001101011101101001110010111110001101000100000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,118,78); }

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

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

 a { background-color: rgb(154,118,78); }

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

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

 span { border-color: rgb(154,118,78); }

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