#9B7C56

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

Shades of Muesli #9B7C56

Tints of Muesli #9B7C56

Color information

#9B7C56 (or 0x9B7C56) is unknown color: approx Muesli. HEX triplet: 9B, 7C and 56. RGB value is (155,124,86). Sum of RGB (Red+Green+Blue) = 155+124+86=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7C56 is #6483A9. Grayscale: #818181. Windows color (decimal): -6587306 or 5667995. OLE color: 5667995.

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

Color convert

RGB15512486-
CMYK00.20.450.39
HSL33.04º28.63%47.25%-
HSV(B)33.04º44.52%60.78%-
XYZ22.422.0611.88-
YUV128.94103.77146.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=42.47%
G=33.97%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551248600.20.450.3933.0428.6347.25
Hex9B7C560142D27211d2f
Octal2331741260245547413557
Binary100110111111100101011001010010110110011110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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