#987B4E

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

Shades of Muesli #987B4E

Tints of Muesli #987B4E

Color information

#987B4E (or 0x987B4E) is unknown color: approx Muesli. HEX triplet: 98, 7B and 4E. RGB value is (152,123,78). Sum of RGB (Red+Green+Blue) = 152+123+78=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B4E is #6784B1. Grayscale: #7E7E7E. Windows color (decimal): -6784178 or 5143448. OLE color: 5143448.

HSL color Cylindrical-coordinate representation of color #987B4E: hue angle of 36.49º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987B4E is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15212378-
CMYK00.190.490.40
HSL36.49º32.17%45.1%-
HSV(B)36.49º48.68%59.61%-
XYZ21.4121.3910.21-
YUV126.54100.61146.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 78 (30.86% from 255) = 22.10%
R=43.06%
G=34.84%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521237800.190.490.4036.4932.1745.1
Hex987B4E013312824202d
Octal2301731160236150444055
Binary1001100011110111001110010011110001101000100100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,123,78); }

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

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

 a { background-color: rgb(152,123,78); }

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

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

 span { border-color: rgb(152,123,78); }

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