#987E4F

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

Shades of Muesli #987E4F

Tints of Muesli #987E4F

Color information

#987E4F (or 0x987E4F) is unknown color: approx Muesli. HEX triplet: 98, 7E and 4F. RGB value is (152,126,79). Sum of RGB (Red+Green+Blue) = 152+126+79=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #987E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E4F is #6781B0. Grayscale: #808080. Windows color (decimal): -6783409 or 5209752. OLE color: 5209752.

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

Color convert

RGB15212679-
CMYK00.170.480.40
HSL38.63º31.6%45.29%-
HSV(B)38.63º48.03%59.61%-
XYZ21.8222.1610.52-
YUV128.42100.11144.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=42.58%
G=35.29%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521267900.170.480.4038.6331.645.29
Hex987E4F011302827202d
Octal2301761170216050474055
Binary1001100011111101001111010001110000101000100111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,126,79); }

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

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

 a { background-color: rgb(152,126,79); }

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

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

 span { border-color: rgb(152,126,79); }

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