#987d46

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

Shades of Muesli #987D46

Tints of Muesli #987D46

Color information

#987D46 (or 0x987D46) is unknown color: approx Muesli. HEX triplet: 98, 7D and 46. RGB value is (152,125,70). Sum of RGB (Red+Green+Blue) = 152+125+70=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #987D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D46 is #6782B9. Grayscale: #7F7F7F. Windows color (decimal): -6783674 or 4619672. OLE color: 4619672.

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

Color convert

RGB15212570-
CMYK00.180.540.40
HSL40.24º36.94%43.53%-
HSV(B)40.24º53.95%59.61%-
XYZ21.3921.788.87-
YUV126.895.95145.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=43.80%
G=36.02%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521257000.180.540.4040.2436.9443.53
Hex987D46012362828252c
Octal2301751060226650504554
Binary1001100011111011000110010010110110101000101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987d46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,125,70); }

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

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

 a { background-color: rgb(152,125,70); }

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

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

 span { border-color: rgb(152,125,70); }

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