#988246

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

Shades of Muesli #988246

Tints of Muesli #988246

Color information

#988246 (or 0x988246) is unknown color: approx Muesli. HEX triplet: 98, 82 and 46. RGB value is (152,130,70). Sum of RGB (Red+Green+Blue) = 152+130+70=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #988246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988246 is #677DB9. Grayscale: #828282. Windows color (decimal): -6782394 or 4620952. OLE color: 4620952.

HSL color Cylindrical-coordinate representation of color #988246: hue angle of 43.9º 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 #988246 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB15213070-
CMYK00.140.540.40
HSL43.9º36.94%43.53%-
HSV(B)43.9º53.95%59.61%-
XYZ22.0423.089.09-
YUV129.7494.29143.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=43.18%
G=36.93%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521307000.140.540.4043.936.9443.53
Hex9882460E36282c252c
Octal2302021060166650544554
Binary1001100010000010100011001110110110101000101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988246; }

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

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

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

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

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

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

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

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