#987C55

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

Shades of Muesli #987C55

Tints of Muesli #987C55

Color information

#987C55 (or 0x987C55) is unknown color: approx Muesli. HEX triplet: 98, 7C and 55. RGB value is (152,124,85). Sum of RGB (Red+Green+Blue) = 152+124+85=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C55 is #6783AA. Grayscale: #808080. Windows color (decimal): -6783915 or 5602456. OLE color: 5602456.

HSL color Cylindrical-coordinate representation of color #987C55: hue angle of 34.93º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #987C55 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB15212485-
CMYK00.180.440.40
HSL34.93º28.27%46.47%-
HSV(B)34.93º44.08%59.61%-
XYZ21.821.7511.64-
YUV127.93103.78145.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 85 (33.59% from 255) = 23.55%
R=42.11%
G=34.35%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521248500.180.440.4034.9328.2746.47
Hex987C550122C28231c2e
Octal2301741250225450433456
Binary100110001111100101010101001010110010100010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C55; }

 p { color: rgb(152,124,85); }

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

<style>
 a { background-color: #987C55; }

 a { background-color: rgb(152,124,85); }

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

<style>
 span { border-color: #987C55; }

 span { border-color: rgb(152,124,85); }

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