#9B864D

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

Shades of Muesli #9B864D

Tints of Muesli #9B864D

Color information

#9B864D (or 0x9B864D) is unknown color: approx Muesli. HEX triplet: 9B, 86 and 4D. RGB value is (155,134,77). Sum of RGB (Red+Green+Blue) = 155+134+77=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B864D is #6479B2. Grayscale: #868686. Windows color (decimal): -6584755 or 5080731. OLE color: 5080731.

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

Color convert

RGB15513477-
CMYK00.140.500.39
HSL43.85º33.62%45.49%-
HSV(B)43.85º50.32%60.78%-
XYZ23.3824.5510.53-
YUV133.7895.96143.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 77 (30.47% from 255) = 21.04%
R=42.35%
G=36.61%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551347700.140.500.3943.8533.6245.49
Hex9B864D0E32272c222d
Octal2332061150166247544255
Binary1001101110000110100110101110110010100111101100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,134,77); }

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

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

 a { background-color: rgb(155,134,77); }

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

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

 span { border-color: rgb(155,134,77); }

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