#9B8659

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

Shades of Muesli #9B8659

Tints of Muesli #9B8659

Color information

#9B8659 (or 0x9B8659) is unknown color: approx Muesli. HEX triplet: 9B, 86 and 59. RGB value is (155,134,89). Sum of RGB (Red+Green+Blue) = 155+134+89=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8659 is #6479A6. Grayscale: #878787. Windows color (decimal): -6584743 or 5867163. OLE color: 5867163.

HSL color Cylindrical-coordinate representation of color #9B8659: hue angle of 40.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B8659 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB15513489-
CMYK00.140.430.39
HSL40.91º27.05%47.84%-
HSV(B)40.91º42.58%60.78%-
XYZ23.8524.7412.97-
YUV135.15101.96142.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=41.01%
G=35.45%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551348900.140.430.3940.9127.0547.84
Hex9B86590E2B27291b30
Octal2332061310165347513360
Binary100110111000011010110010111010101110011110100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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