#9B8855

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

Shades of Muesli #9B8855

Tints of Muesli #9B8855

Color information

#9B8855 (or 0x9B8855) is unknown color: approx Muesli. HEX triplet: 9B, 88 and 55. RGB value is (155,136,85). Sum of RGB (Red+Green+Blue) = 155+136+85=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8855 is #6477AA. Grayscale: #888888. Windows color (decimal): -6584235 or 5605531. OLE color: 5605531.

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

Color convert

RGB15513685-
CMYK00.120.450.39
HSL43.71º29.17%47.06%-
HSV(B)43.71º45.16%60.78%-
XYZ23.9625.2312.2-
YUV135.8799.29141.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=41.22%
G=36.17%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551368500.120.450.3943.7129.1747.06
Hex9B88550C2D272c1d2f
Octal2332101250145547543557
Binary100110111000100010101010110010110110011110110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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