#9B895D

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

Shades of Muesli #9B895D

Tints of Muesli #9B895D

Color information

#9B895D (or 0x9B895D) is unknown color: approx Muesli. HEX triplet: 9B, 89 and 5D. RGB value is (155,137,93). Sum of RGB (Red+Green+Blue) = 155+137+93=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B895D is #6476A2. Grayscale: #898989. Windows color (decimal): -6583971 or 6130075. OLE color: 6130075.

HSL color Cylindrical-coordinate representation of color #9B895D: hue angle of 42.58º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B895D is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB15513793-
CMYK00.120.40.39
HSL42.58º25%48.63%-
HSV(B)42.58º40%60.78%-
XYZ24.4425.6514.02-
YUV137.37102.96140.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.26%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 93 (36.72% from 255) = 24.16%
R=40.26%
G=35.58%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551379300.120.40.3942.582548.63
Hex9B895D0C28272b1931
Octal2332111350145047533161
Binary100110111000100110111010110010100010011110101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,137,93); }

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

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

 a { background-color: rgb(155,137,93); }

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

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

 span { border-color: rgb(155,137,93); }

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