#9B8959

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

Shades of Muesli #9B8959

Tints of Muesli #9B8959

Color information

#9B8959 (or 0x9B8959) is unknown color: approx Muesli. HEX triplet: 9B, 89 and 59. RGB value is (155,137,89). Sum of RGB (Red+Green+Blue) = 155+137+89=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8959 is #6476A6. Grayscale: #898989. Windows color (decimal): -6583975 or 5867931. OLE color: 5867931.

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

Color convert

RGB15513789-
CMYK00.120.430.39
HSL43.64º27.05%47.84%-
HSV(B)43.64º42.58%60.78%-
XYZ24.2725.5813.11-
YUV136.91100.96140.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 137 (53.91% from 255) = 35.96%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=40.68%
G=35.96%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551378900.120.430.3943.6427.0547.84
Hex9B89590C2B272c1b30
Octal2332111310145347543360
Binary100110111000100110110010110010101110011110110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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