#9B8756

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

Shades of Muesli #9B8756

Tints of Muesli #9B8756

Color information

#9B8756 (or 0x9B8756) is unknown color: approx Muesli. HEX triplet: 9B, 87 and 56. RGB value is (155,135,86). Sum of RGB (Red+Green+Blue) = 155+135+86=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8756 is #6478A9. Grayscale: #878787. Windows color (decimal): -6584490 or 5670811. OLE color: 5670811.

HSL color Cylindrical-coordinate representation of color #9B8756: hue angle of 42.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B8756 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15513586-
CMYK00.130.450.39
HSL42.61º28.63%47.25%-
HSV(B)42.61º44.52%60.78%-
XYZ23.8624.9712.37-
YUV135.39100.13141.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=41.22%
G=35.90%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551358600.130.450.3942.6128.6347.25
Hex9B87560D2D272b1d2f
Octal2332071260155547533557
Binary100110111000011110101100110110110110011110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,135,86); }

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

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

 a { background-color: rgb(155,135,86); }

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

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

 span { border-color: rgb(155,135,86); }

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