#9B885D

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

Shades of Muesli #9B885D

Tints of Muesli #9B885D

Color information

#9B885D (or 0x9B885D) is unknown color: approx Muesli. HEX triplet: 9B, 88 and 5D. RGB value is (155,136,93). Sum of RGB (Red+Green+Blue) = 155+136+93=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B885D is #6477A2. Grayscale: #888888. Windows color (decimal): -6584227 or 6129819. OLE color: 6129819.

HSL color Cylindrical-coordinate representation of color #9B885D: hue angle of 41.61º 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 #9B885D is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB15513693-
CMYK00.120.40.39
HSL41.61º25%48.63%-
HSV(B)41.61º40%60.78%-
XYZ24.325.3713.97-
YUV136.78103.29141-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 136 (53.52% from 255) = 35.42%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=40.36%
G=35.42%
B=24.22%

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
Decimal1551369300.120.40.3941.612548.63
Hex9B885D0C28272a1931
Octal2332101350145047523161
Binary100110111000100010111010110010100010011110101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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