#998346

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

Shades of Muesli #998346

Tints of Muesli #998346

Color information

#998346 (or 0x998346) is unknown color: approx Muesli. HEX triplet: 99, 83 and 46. RGB value is (153,131,70). Sum of RGB (Red+Green+Blue) = 153+131+70=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #998346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998346 is #667CB9. Grayscale: #828282. Windows color (decimal): -6716602 or 4621209. OLE color: 4621209.

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

Color convert

RGB15313170-
CMYK00.140.540.4
HSL44.1º37.22%43.73%-
HSV(B)44.1º54.25%60%-
XYZ22.3623.459.14-
YUV130.6293.79143.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=43.22%
G=37.01%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531317000.140.540.444.137.2243.73
Hex9983460E36282c252c
Octal2312031060166650544554
Binary1001100110000011100011001110110110101000101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998346; }

 p { color: rgb(153,131,70); }

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

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

 a { background-color: rgb(153,131,70); }

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

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

 span { border-color: rgb(153,131,70); }

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