#9B8346

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

Shades of Muesli #9B8346

Tints of Muesli #9B8346

Color information

#9B8346 (or 0x9B8346) is unknown color: approx Muesli. HEX triplet: 9B, 83 and 46. RGB value is (155,131,70). Sum of RGB (Red+Green+Blue) = 155+131+70=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8346 is #647CB9. Grayscale: #838383. Windows color (decimal): -6585530 or 4621211. OLE color: 4621211.

HSL color Cylindrical-coordinate representation of color #9B8346: hue angle of 43.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B8346 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB15513170-
CMYK00.150.550.39
HSL43.06º37.78%44.12%-
HSV(B)43.06º54.84%60.78%-
XYZ22.7423.649.16-
YUV131.2293.45144.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=43.54%
G=36.80%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551317000.150.550.3943.0637.7844.12
Hex9B83460F37272b262c
Octal2332031060176747534654
Binary1001101110000011100011001111110111100111101011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,70); }

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

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

 a { background-color: rgb(155,131,70); }

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

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

 span { border-color: rgb(155,131,70); }

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