#9B794E

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

Shades of Muesli #9B794E

Tints of Muesli #9B794E

Color information

#9B794E (or 0x9B794E) is unknown color: approx Muesli. HEX triplet: 9B, 79 and 4E. RGB value is (155,121,78). Sum of RGB (Red+Green+Blue) = 155+121+78=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B794E is #6486B1. Grayscale: #7E7E7E. Windows color (decimal): -6588082 or 5142939. OLE color: 5142939.

HSL color Cylindrical-coordinate representation of color #9B794E: hue angle of 33.51º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B794E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB15512178-
CMYK00.220.500.39
HSL33.51º33.05%45.69%-
HSV(B)33.51º49.68%60.78%-
XYZ21.7321.1910.15-
YUV126.26100.76148.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=43.79%
G=34.18%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551217800.220.500.3933.5133.0545.69
Hex9B794E016322722212e
Octal2331711160266247424156
Binary1001101111110011001110010110110010100111100010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,121,78); }

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

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

 a { background-color: rgb(155,121,78); }

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

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

 span { border-color: rgb(155,121,78); }

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