#9A794D

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

Shades of Muesli #9A794D

Tints of Muesli #9A794D

Color information

#9A794D (or 0x9A794D) is unknown color: approx Muesli. HEX triplet: 9A, 79 and 4D. RGB value is (154,121,77). Sum of RGB (Red+Green+Blue) = 154+121+77=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A794D is #6586B2. Grayscale: #7E7E7E. Windows color (decimal): -6653619 or 5077402. OLE color: 5077402.

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

Color convert

RGB15412177-
CMYK00.210.500.40
HSL34.29º33.33%45.29%-
HSV(B)34.29º50%60.39%-
XYZ21.521.089.96-
YUV125.85100.43148.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=43.75%
G=34.38%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541217700.210.500.4034.2933.3345.29
Hex9A794D015322822212d
Octal2321711150256250424155
Binary1001101011110011001101010101110010101000100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,121,77); }

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

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

 a { background-color: rgb(154,121,77); }

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

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

 span { border-color: rgb(154,121,77); }

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