#9A7746

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

Shades of Muesli #9A7746

Tints of Muesli #9A7746

Color information

#9A7746 (or 0x9A7746) is unknown color: approx Muesli. HEX triplet: 9A, 77 and 46. RGB value is (154,119,70). Sum of RGB (Red+Green+Blue) = 154+119+70=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7746 is #6588B9. Grayscale: #7C7C7C. Windows color (decimal): -6654138 or 4618138. OLE color: 4618138.

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

Color convert

RGB15411970-
CMYK00.230.550.40
HSL35º37.5%43.92%-
HSV(B)35º54.55%60.39%-
XYZ21.0320.518.64-
YUV123.8897.6149.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=44.90%
G=34.69%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541197000.230.550.403537.543.92
Hex9A7746017372823262c
Octal2321671060276750434654
Binary1001101011101111000110010111110111101000100011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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